Create a sequential quiz on WordPress with the Quizz plugin.
You can create rich questions, with rich text, images, videos, audio, as you would in any other WordPress post, and let the user answer in plain text, and move on to the next question if they’ve answered correctly.
The answer conditions can be either ‘exact match & case-sensitive’, or can be phrase-matched (eg. the list of correct answers can be “xyz, abc, def”, and if the user enters “abc”, it’s counted as the right answer.
The plugin also raises the following hooks:
quizz_level_updated: raised when the user’s answer is considered correct and they’re pushed to the next question
quizz_ended: raised when the list of questions comes to an end, and the user is sent to a designated page (eg. a congratulations page)
In the Plugins screen of your WordPress admin area, navigate to Quizz, click on Deactivate. On the refreshed screen, click on Delete.
Note: You will lose all your questions if you uninstall the plugin. Take a backup of your data before you uninstall.