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