You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User should be able to take a test in a wizard format.
Only ONE question should be randomly shown from a select set of questions for that content.
The user should see only questions that the user has not answered correctly. That means if the question is answered incorrectly, then it could be shown again.
Once the question is answered correctly, transition to another question. If the question is answered incorrectly, flash a message and remain on the same same page.
Flash message MUST be accessible.
The user should not see questions that they have already answered correctly.
After ALL the questions have been answered correctly, say 'Well Done!" or something. (show JS accessible balloons!! 💃 )
Wizard transition
Question selection at random
Saving the answer
Validating the answers
Accessible Flash message about right / wrong answer.
Message after all questions have been answered correctly.
The text was updated successfully, but these errors were encountered:
User should be able to take a test in a wizard format.
The text was updated successfully, but these errors were encountered: