diff --git a/science-quest/src/components/jeux/kahoot/KahootPartie.vue b/science-quest/src/components/jeux/kahoot/KahootPartie.vue index d1a7cbf..1a70f5c 100644 --- a/science-quest/src/components/jeux/kahoot/KahootPartie.vue +++ b/science-quest/src/components/jeux/kahoot/KahootPartie.vue @@ -77,6 +77,7 @@ export default { this.DEBUG_obtenirSalleAttente().then(response=>{ this.partieDemarree=response.partieDemarree this.joueurs=response.joueurs + this.tempsLimite=response.tempsLimite if(this.partieDemarree){ window.setTimeout(this.obtenirQuestion,(this.tempsLimite+100)-Date.now()) } else {