libfic: start working on MCQ: structures done

This commit is contained in:
nemunaire 2017-11-22 03:28:14 +01:00 committed by Pierre-Olivier Mercier
parent 31b80a5b2a
commit c36cd202e8
3 changed files with 145 additions and 1 deletions

View file

@ -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) {