From 1b85fe7cfee56e63c277ee438eff3ecf9790505b Mon Sep 17 00:00:00 2001 From: "gwenael.planchon" Date: Wed, 20 Mar 2024 09:04:34 +0100 Subject: [PATCH] remettre partieDemarree a true --- science-quest/src/components/jeux/kahoot/KahootPartie.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science-quest/src/components/jeux/kahoot/KahootPartie.vue b/science-quest/src/components/jeux/kahoot/KahootPartie.vue index 1a70f5c..82fac0a 100644 --- a/science-quest/src/components/jeux/kahoot/KahootPartie.vue +++ b/science-quest/src/components/jeux/kahoot/KahootPartie.vue @@ -129,7 +129,7 @@ export default { return JSON.parse(` { "joueurs":["Moi","Titouan"], - "partieDemarree":false, + "partieDemarree":true, "tempsLimite":${Date.now()+this.DEBUG_temps /* maintenant + 10 secondes le temps de regarder les scores*/} } `) @@ -152,7 +152,7 @@ export default {

Temps : {{ compteARebours }}s

Votre score : {{ score }} (+{{ pointsGagne }})

    -
  1. +
  2. {{ joueur }} : {{leaderboard[joueur]}}