Open pfwd opened 2 years ago
The quiz page will have the following URL /[quiz-slug]/[question-number]
/[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
This requires the following:
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: