Merge branch '103-verschiedene-lernmodi' into 'master' #218

Merged
ben8 merged 2 commits from cherry-pick-d4252c12 into master 2025-04-18 14:13:20 +00:00
Showing only changes of commit d2ad0f041f - Show all commits
@@ -56,7 +56,7 @@
const joinCode = '{{ quiz_game.join_code }}';
const hostId = '{{ host_id }}';
const questionStartTime = {{ start_time }};
var questionDuration = 30000; // 30 seconds in milliseconds
const questionDuration = '{{ current_question.time_per_question }}'*1000; //Zeit pro Frage (indviduell eingestellt)
const gameSocket = initializeGameSocket(joinCode);
let answeredParticipants = 0;
let totalParticipants = 0;