From e3de9bda9fc2f84c7f1d3503f32b9c7f5ee5c4fd Mon Sep 17 00:00:00 2001
From: aurelie Hautbois <ext.sopra.ahautbois@grandlyon.com>
Date: Thu, 7 Jan 2021 09:46:27 +0100
Subject: [PATCH] complete quiz section

---
 docs/ecolyo/functionalities/challenge.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/ecolyo/functionalities/challenge.md b/docs/ecolyo/functionalities/challenge.md
index 76200b2..bbc0c1d 100644
--- a/docs/ecolyo/functionalities/challenge.md
+++ b/docs/ecolyo/functionalities/challenge.md
@@ -14,7 +14,8 @@ All basics Questions are created in the quizEntity.json. We have to add :
 - source => Source of the explanaition
 
 In the question page the user have to select an answer and click validate. 
-Then, he sees the right answer and a modal with the explaination and the source. After this modal, he goes to the next question.
+Then, he sees the right answer and a modal with the explanation and the source. After this modal, he goes to the next question. 
+Depends on the answer, the question result state is set either correct or incorrect.
 
 ### Custom Question
 
@@ -25,6 +26,7 @@ At the end of every quiz, we're creating a custom question. During the creation
 We get all this information to determine the custom question (All information are in the quizEntity.json). Depending of the question type, the system calcul a maximum or an average data. 
 Then, he generate two randoms answers following the right answer. 
 
+A user can stop during a quiz and picks up where he left off. To define where the user left off, we have to check if at least one of the question result status is unlocked.
 ## Mission
 
 ## Duel
-- 
GitLab