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.
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.