Description
Create simple, interactive, block-based multiple choice quizzes. Example quiz: Plastics 101.
Post Set Up
- Add the required โquizโ tag to a post. Create the โquizโ tag if it doesn’t exist.
- Save the post.
- Refresh the post edit page to load the SMC Quiz block template and block styles.
Create a Quiz
- Insert a new โSMC Quizโ block into your post. The โSMC Quizโ block provides a basic quiz template.
Each quiz question is a child group block within the โSMC Quizโ root block. Each question group block must contain at least two blocks:
- A heading (h2-h4) that contains the question text.
- A list block with list items for each multiple choice answer. The โCorrectโ block style must be selected for the correct list item answer. There can only be a single correct answer for each question.
Optional Quiz Blocks
Each question block can also contain an answer block. The answer block contains additional information that is shown after the question has been answered. The answer block can be a simple paragraph or a group block.
Similarly, the โSMC Quizโ root block can contain a post-quiz block as it’s last block. The post-quiz block displays additional information that is shown once the quiz is completed. Like answer blocks, the post-quiz block can be a simple paragraph or a group block. Important: The โPost SMC Quizโ block style must be selected for the post-quiz block.
Populate and Preview
Duplicate and edit existing question groups to populate your quiz, or add new question groups. Preview your post to view and test quiz functionality.
Default Quiz Behavior
After each question is answered, a โCorrect!โ or โIncorrect! The correct answer is…โ text will be displayed. This text will be prepended to the question’s answer block if it exists.
A final score will be shown at the bottom of the quiz once it is completed. The final score text is:
โYou answered X of X questions correctly for a score of XX%. [SCORE EXCLAMATION!]โ
The score text will be prepended to the post-quiz block if it exists.
A โquizโ event will attempt to be sent to the website’s Google Analytics account once the quiz is completed. This quiz event includes a single โscoreโ parameter.
Notes
Only a single quiz can appear in a post.
Simple Multiple Choice Quiz is intended for entertainment purposes only, and answers can be viewed with minimal effort. Do not use the SMC Quiz component in test settings meant to evaluate students.
Support
Limited support is available for this plugin. When possible, plugin users are encouraged to provide basic support for other users.
Source
The uncompressed source code (JavaScript and CSS) can be found in the plugin’s ./src directory.
Screenshots
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Simple Multiple Choice Quiz” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple Multiple Choice Quiz” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial launch.