libfic: start working on MCQ: structures done
This commit is contained in:
parent
31b80a5b2a
commit
c36cd202e8
3 changed files with 145 additions and 1 deletions
|
@ -22,7 +22,7 @@ func ResetGame() (error) {
|
|||
}
|
||||
|
||||
func ResetExercices() (error) {
|
||||
return truncateTable("team_hints", "exercice_files", "key_found", "exercice_keys", "exercice_solved", "exercice_tries", "exercice_hints", "exercices", "themes")
|
||||
return truncateTable("team_hints", "exercice_files", "key_found", "exercice_keys", "exercice_solved", "exercice_tries", "exercice_hints", "mcq_entries", "exercice_mcq", "exercices", "themes")
|
||||
}
|
||||
|
||||
func ResetTeams() (error) {
|
||||
|
|
Reference in a new issue