Changeset 1305203
- Timestamp:
- 12/10/2015 11:08:47 AM (10 years ago)
- Location:
- mtouch-quiz/trunk
- Files:
-
- 2 edited
-
mtouchquiz.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mtouch-quiz/trunk/mtouchquiz.php
r1288172 r1305203 4 4 Plugin URI: http://gmichaelguy.com/quizplugin/ 5 5 Description: Create a multiple choice quiz (or exam). This plugin was written with learning and mobility in mind. The quiz interface is touch friendly. You can: specify hints based on answer selection; give a detailed explanation of the solution; choose multiple correct answers; specify when the correct answers are displayed; specify if a question may be attempted only once or many times; specify point values for each question; include customized start and finish screens; randomly order questions and/or answers; and more. This plugin was built by pillaging the Quizzin plugin written by Binny V A, but please do not blame him for my ruining his plugin! 6 Version: 3.1. 26 Version: 3.1.3 7 7 Author: G. Michael Guy 8 8 Author URI: http://gmichaelguy.com … … 33 33 */ 34 34 35 define( 'mtq_VERSION', '3.1. 2' );35 define( 'mtq_VERSION', '3.1.3' ); 36 36 define( 'mtq_URL','http://gmichaelguy.com/quizplugin/'); 37 37 define( 'mtq_DISPLAY_NAME','mTouch Quiz'); -
mtouch-quiz/trunk/readme.txt
r960145 r1305203 4 4 Tags: quiz, question, answer, test, touch, education, learning, elearning 5 5 Requires at least: 3.0 6 Tested up to: 3.9.17 Stable tag: 3.1. 26 Tested up to: 4.4 7 Stable tag: 3.1.3 8 8 9 9 mTouch Quiz lets you add quizzes to your site. This plugin was designed with learning, touch friendliness and versatility in mind. … … 39 39 40 40 == Changelog == 41 42 = 3.1.3 = 43 * Corrected several potential security vulnerabilities. Thanks to David Sopas @dsopas for very kindly pointing them out and suggesting effective solutions. 44 * Corrected french translation. Merci Véronique Vellard. 45 * Several bug fixes. 41 46 42 47 = 3.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.