Changeset 865582
- Timestamp:
- 02/26/2014 06:02:47 PM (12 years ago)
- File:
-
- 1 edited
-
mtouch-quiz/trunk/mtouchquiz.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mtouch-quiz/trunk/mtouchquiz.php
r719538 r865582 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.0. 66 Version: 3.0.7 7 7 Author: G. Michael Guy 8 8 Author URI: http://gmichaelguy.com … … 33 33 */ 34 34 35 define( 'mtq_VERSION', '3.0. 6' );35 define( 'mtq_VERSION', '3.0.7' ); 36 36 define( 'mtq_URL','http://gmichaelguy.com/quizplugin/'); 37 37 define( 'mtq_DISPLAY_NAME','mTouch Quiz');
Note: See TracChangeset
for help on using the changeset viewer.