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:
Adrien Ufferte
2025-06-27 14:52:39 +02:00
parent 2ab5e616d5
commit 3d2f5f8460
3 changed files with 34 additions and 15 deletions
-1
View File
@@ -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