From 89b55aa8c20af54c283d71f5d7d26edf004197f6 Mon Sep 17 00:00:00 2001 From: "gwenael.planchon" Date: Fri, 22 Mar 2024 11:11:01 +0100 Subject: [PATCH] creer const KAHOOT_NB_APRES_LA_VIRGULE_COMPTE_A_REBOURS --- science-quest/src/assets/const.js | 5 ++++- science-quest/src/components/jeux/kahoot/KahootPartie.vue | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/science-quest/src/assets/const.js b/science-quest/src/assets/const.js index a7634d2..964e9e0 100644 --- a/science-quest/src/assets/const.js +++ b/science-quest/src/assets/const.js @@ -2,4 +2,7 @@ export const NOM_APP="ScienceQuest" export const REST_API="https://sae-java.alix-jdlm.fr/api/v1" -export const ALGO_HASH_MDP="SHA-256" \ No newline at end of file +export const ALGO_HASH_MDP="SHA-256" + + +export const KAHOOT_NB_APRES_LA_VIRGULE_COMPTE_A_REBOURS="2" \ No newline at end of file diff --git a/science-quest/src/components/jeux/kahoot/KahootPartie.vue b/science-quest/src/components/jeux/kahoot/KahootPartie.vue index b74e45e..5dab723 100644 --- a/science-quest/src/components/jeux/kahoot/KahootPartie.vue +++ b/science-quest/src/components/jeux/kahoot/KahootPartie.vue @@ -1,4 +1,5 @@