william-crawford / brainy-phonics-web

Web application for Brainy Phonics. Made by team JDF 9356
1 stars 5 forks source link

As a user, I want to test my knowledge of alphabet letters in a quiz. #29

Closed jasminvoigtlander closed 4 years ago

jasminvoigtlander commented 4 years ago

Scenario: A user wants to take a quiz on an alphabet letter. Given the user is on the selected alphabet letter page; When they press the “?” button on the side menu; Then the user is brought to the quiz page where they can practice the alphabet letter.

Scenario: A user wants to take a quiz on all alphabet letters. Given the user is on the alphabet letters list page; When they press the “?” button on the side menu; Then the user is brought to the quiz page where they can practice the alphabet letters.

Scenario: A user wants the quiz question prompt to be repeated. Given the user is on the quiz page; When they press the replay button on the bottom-left corner; Then the quiz question prompt is repeated.

Scenario: A user wants to listen to the alphabet letter again before answering a quiz question. Given the user is on the quiz page; When they press the Back button; Then the user is brought back to the selected alphabet letter page and it is repeated.