Ants Minigame is now capable to find the ID of the words and update the remediation scores accordingly when the student validate the answer (finish placing all the words).
This commit is contained in:
@@ -79,7 +79,6 @@ func game_completed(lesson_number: int, game_number: int) -> bool:
|
||||
if unlocks[lesson_number]["games"][game_number] == Status.Completed:
|
||||
return false
|
||||
|
||||
|
||||
unlocks[lesson_number]["games"][game_number] = Status.Completed
|
||||
|
||||
var all_completed: bool = true
|
||||
|
||||
Reference in New Issue
Block a user