@@ -37,9 +37,13 @@
* - if true, on moodle <br>
* - if false, on a server
*/
-const moodle = false;
+const moodle = true;
-let moodleVar;
+let moodleVar = {
+ hits: [0, 0, 0, 0],
+ errors: [0, 0, 0, 0],
+ time: [0, 0, 0, 0],
+};
/**
* Index of the current game in gameList array