1 résultat trouvé
- 11 mars 2025, 05:53
- Forum : Javascript
- Sujet : Score à un questionnaire ?
- Réponses : 3
- Vues : 109062
Re: Score à un questionnaire ?
Your quiz idea sounds great! To calculate the score correctly, you can create an array to store the correct answers for each question. Then, after the user selects their answer, compare it with the stored correct answer and increment the score accordingly. Make sure to loop through all questions to ...