diff --git a/VApp/src/components/CardSolution.vue b/VApp/src/components/CardSolution.vue index 6c84c792..788a9e54 100644 --- a/VApp/src/components/CardSolution.vue +++ b/VApp/src/components/CardSolution.vue @@ -3,14 +3,36 @@ mdi-play-network-outline Solution - - - - - - - + +
Question {{ currentQuestionIndex + 1 }}
+
{{ currentQuestion.QuestionText }}
+ + + + + {{ showSolution ? 'Masquer Solution' : 'Voir Solution' }} + + + +
+
{{ currentQuestion.MasterData.CorrectAnswer }}
+
+ mdi-information {{ currentQuestion.MasterData.MasterNotes }} +
+
+ mdi-help-circle {{ currentQuestion.MasterData.Help }} +
+
+
+
+ +
Aucun quiz chargé ou fin du quiz.
+
\ No newline at end of file