=== QuizMaster === Contributors: goldhat Donate link: https://goldhat.ca/donate/ Tags: quiz, test, answer, question, learning, assessment Requires at least: 4.0 Tested up to: 4.8.1 Stable tag: 0.8.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The most extendable, feature-rich quiz system plugin for WordPress. == Description == The most extendable, feature-rich quiz system plugin for WordPress. Developer-friendly, customizable and extension based with numerous extensions available to extend the feature set. Requires FieldMaster (Free) or ACF Pro. Forked in 2016 from WP Pro Quiz, a free quiz plugin developed by Julius Fischer (http://www.it-gecko.de/). = Features = * Single Choice Question Type * Multiple Choice Question Type * Sorting Choice Question Type * Free Choice Question Type * Fill in the Blank Question Type * Time Limit * Randomize Answers * Randomize Questions * Correct or incorrect response message for all questions * Different points for each answer * Result text with gradations * Preview-function * Statistics * Quiz requirements * Hints * E-mail notification * Category support * Quiz summary = QuizMaster Wiki = https://github.com/goldhat/quizmaster/wiki = Support = Visit https://goldhat.ca/plugins/quizmaster == Installation == 1. Search for "quizmaster" from your Add New Plugin page in the WP Admin. 2. Click to install, then activate. OR 1. Upload the "quizmaster" folder to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 0.8.0 = Adds bidirectional quiz/question management, the ability to add a question to a quiz from the question editor. Improved selection field for adding questions from the quiz editor. = 0.7.3 = Fixes randomization and marking/checking question issues present in previous release with new jQuery plugin file. = 0.7.0 = Contains a rebuilt front-end JS file with the newly developed QuizMaster jQuery plugin. This file features global event hooks that extension developers can leverage to adapt the quiz flow at run-time. = 0.6.5 = Includes support for translation, updated .pot file and fixes to translation functions. == Upgrade Notice == N/A == FAQ == = Why does the plugin require a fields API? = We originally included ACF Pro because of it's great UX fields and because it allows us to offer great support for extending the plugin. Developers are able to easily add fields into the UX and there is great consistency in the interface by using ACF. However we were not able to strike a deal with the ACF developer to enable us to embed ACF Pro into the plugin, and QuizMaster already relied on certain pro features including repeater field and options pages. Thus we invented the new fields plugin FieldMaster which is a fork of ACF Pro, and available for free. We recommend using FieldMaster unless you already have ACF Pro installed, because we are bundling additional ACF integration plugins that provide an even better UX, such as collapsing repeater fields. = How can I customize the front-end UX and style templates? = QuizMaster has a sophisticated templating system similar to that found in most advanced WP plugins such as WooCommerce. Developers may override templates at the theme level simply by creating a directory named "quizmaster" and copying the original template from quizmaster using the same name and/or subfolder. These overrides give you the ability to edit template output. QuizMaster has over 20 of these templates and the vast majority of output comes from them (not from the view layer as in WP Pro Quiz). For other styling changes such as color, fonts etc. use your child theme CSS file or integrated theme style editor. We've eliminated the WP Pro Quiz usage of "!important" declarations so that the styles can be overwritten. Most QuizMaster CSS class names are prefixed with "qm-" but some inconsistency remains at this point in the naming of classes. == Screenshots == 1. Quiz List 2. Add New Quiz 3. Email List 4. Email Editor 5. Categories & Tags 6. Main Menu 7. Quiz Category Editor 8. Questions List 9. Quiz Scores List 10. Add New Question 11. Student Quiz Scores List == Credits == This plugin would not be possible with the work of Julius Fischer, the developer of WP Pro Quiz.