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 @@