Regex Game: Select an answer (u.regex-game-2)¶
Version: V1.0, 09.08.2022, initial test
Author: Leon Hofmeister
Description¶
Tests that the user can select right and wrong answers.
Precondition¶
The game is started and preinitialized with at least two regexes. The first regex is shown.
Postcondition¶
Both regexes were shown, one was answered correctly, one incorrectly.
Typical procedure¶
Select a wrong answer
Negative feedback is shown
The player score doesn’t change
The next regex is shown
Select a correct answer
Positive feedback is shown
The next regex is shown
Alternative procedures¶
3.1. The player score decreases
7.1. The game only has two regexes - the game ends
Criticality¶
High