diff --git a/science-quest/src/components/jeux/kahoot/KahootPartie.vue b/science-quest/src/components/jeux/kahoot/KahootPartie.vue index 8f68573..c8e22d0 100644 --- a/science-quest/src/components/jeux/kahoot/KahootPartie.vue +++ b/science-quest/src/components/jeux/kahoot/KahootPartie.vue @@ -38,6 +38,11 @@ export default { } ) }, + repondre(reponse){ + console.log(reponse) + this.question=`Réponse "${reponse}" envoyée` + this.reponses=[] + }, //simuler l'api async DEBUG_obtenirQuestionNormale(){ return JSON.parse(` @@ -66,5 +71,6 @@ export default { \ No newline at end of file