skylab-main / ios

3 stars 0 forks source link

[FEATURE] Create "Quiz Question" screen #92

Closed Hyper-ON3 closed 1 year ago

Hyper-ON3 commented 1 year ago

DESIGN

CHOSEN ANSWER DESIGN

Description:

When a topic of the quiz was chosen on screen "QuizTopics", then switch to screen "QuizQuestions".

Acceptance criteria:

  1. On this screen we should see the name of the selected topic and under it a progress view, which shows the result of the last quiz.
  2. When the correct answer was chosen, it is indicated in green. When the wrong answer was chosen, it is indicated in red.
  3. To go to the next question, need to press the "continue" button. If none of the answers has been selected, it is considered incorrect.

Notes:

If the right answer was selected, then you should remove the possibility of selecting another one. If a wrong answer is chosen, the user has the possibility to choose other answers.