From 92ff9455ca8f1cf1de40b366a636353c204b5157 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Thu, 14 Sep 2023 09:21:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20:=20add=20icons=20to=20good=20an?= =?UTF-8?q?d=20bad=20answers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/quiz/results.html | 30 ++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/src/main/resources/templates/quiz/results.html b/src/main/resources/templates/quiz/results.html index f4b5b10..18e188a 100644 --- a/src/main/resources/templates/quiz/results.html +++ b/src/main/resources/templates/quiz/results.html @@ -35,11 +35,21 @@

Vous avez obtenu un score de 5 / 10.

-

+

Les questions auxquelles vous avez répondu correctement sont surlignées en - vert, + + + + + vert + , les autres en - rouge. + + + + + rouge + .

@@ -51,12 +61,18 @@
- - Question text + + + + + Question text - - Question text + + + + + Question text
-- 2.51.2