howToCodeWell / code-quiz

Code Quiz MonoRepo (API, API Client, App)
MIT License
4 stars 4 forks source link

Handle incorrect question number on the quiz page #141

Open pfwd opened 2 years ago

pfwd commented 2 years ago

The quiz page will have the following URL /[quiz-slug]/[question-number]

Handle any requests made to this URL which has an incorrect question number (A question that doesn't exist)

This should handled with a message to the user that says the following:

The question cannot be found. Please try again
pfwd commented 2 years ago

This requires the following: