From dee254dbde9cd0b516dc58bd4e53366ead958008 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 19 Apr 2023 10:55:57 +0100 Subject: [PATCH] docs(quiz-app): add clearance in the readme --- subjects/mobile-dev/quizz-app/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/mobile-dev/quizz-app/README.md b/subjects/mobile-dev/quizz-app/README.md index 79647bf1b..211590a22 100644 --- a/subjects/mobile-dev/quizz-app/README.md +++ b/subjects/mobile-dev/quizz-app/README.md @@ -7,8 +7,8 @@ You need to develop a fully functional [**stateful Quizz app**](https://docs.flu **Features:** - The app needs to feature at least 5 different categories that the users can select from the main page, i.e, history, culture, math, geography, etc. -- The app needs to feature at least at least 10 questions to each `quizz`. -- Appropriate name and images must be added to all of the selected categories. (follow the examples bellow) +- The app needs to feature at least 10 questions to each `quizz`, so you need to make sure each category has at least 10 questions as well. +- Appropriate name and images must be added to all the selected categories. (follow the examples bellow) - Upon selecting a category, the app needs to display the corresponding image to that category, along with the question and true/false buttons. - After the user answers the question, the app needs to display whether the answer was correct or incorrect. - At the end of the quiz, the user must be presented with a view of the score he got and a button to go back to the main page.