howToCodeWell/code-quiz

Handle incorrect quiz slugs on the quiz page

Opened this issue · 1 comments

pfwd commented

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

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

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

The quiz cannot be found. Please try again

pfwd commented

This requires the following: