Quiz And Survey Master (Formerly Quiz Master Next) - Version 2.6.3

Version Description

Upgrade for bug fixes.

Download this release

Release Info

Developer fpcorso
Plugin Icon 128x128 Quiz And Survey Master (Formerly Quiz Master Next)
Version 2.6.3
Comparing to
See all releases

Code changes from version 2.6.2 to 2.6.3

assets/screenshot-8.png ADDED
Binary file
includes/mlw_quiz_options.php CHANGED
@@ -28,6 +28,8 @@ function mlw_generate_quiz_options()
28
  $mlw_qmn_isQueryError = false;
29
  $mlw_qmn_error_code = '0000';
30
 
 
 
31
  /*
32
  Code for quiz questions tab
33
  */
@@ -983,10 +985,6 @@ function mlw_generate_quiz_options()
983
  </script>
984
  <div class="wrap">
985
  <div class='mlw_quiz_options'>
986
- <?php
987
- if ($quiz_id != "")
988
- {
989
- ?>
990
  <h2>Quiz Options For <?php echo $mlw_quiz_options->quiz_name; ?><a id="opener" href="">(?)</a></h2>
991
  <?php if ($hasUpdatedLeaderboardOptions)
992
  {
@@ -2322,19 +2320,30 @@ function mlw_generate_quiz_options()
2322
  <p>Be sure to save after any changes are made!</p>
2323
  </div>
2324
 
 
 
2325
  <?php
2326
  }
2327
  else
2328
  {
2329
- ?>
2330
- <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;">
2331
- <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
2332
- <strong>Hey!</strong> Please go to the quizzes page and click on the Edit link from the quiz you wish to edit.</p>
2333
- <?php
 
 
 
 
 
 
 
 
 
 
 
2334
  }
2335
  ?>
2336
- </div>
2337
- </div>
2338
  <?php
2339
  }
2340
  ?>
28
  $mlw_qmn_isQueryError = false;
29
  $mlw_qmn_error_code = '0000';
30
 
31
+ if ($quiz_id != "")
32
+ {
33
  /*
34
  Code for quiz questions tab
35
  */
985
  </script>
986
  <div class="wrap">
987
  <div class='mlw_quiz_options'>
 
 
 
 
988
  <h2>Quiz Options For <?php echo $mlw_quiz_options->quiz_name; ?><a id="opener" href="">(?)</a></h2>
989
  <?php if ($hasUpdatedLeaderboardOptions)
990
  {
2320
  <p>Be sure to save after any changes are made!</p>
2321
  </div>
2322
 
2323
+ </div>
2324
+ </div>
2325
  <?php
2326
  }
2327
  else
2328
  {
2329
+ ?>
2330
+ <!-- css -->
2331
+ <link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/redmond/jquery-ui.css" rel="stylesheet" />
2332
+ <!-- jquery scripts -->
2333
+ <?php
2334
+ wp_enqueue_script( 'jquery' );
2335
+ wp_enqueue_script( 'jquery-ui-core' );
2336
+ ?>
2337
+ <div class="wrap">
2338
+ <div class='mlw_quiz_options'>
2339
+ <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;">
2340
+ <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
2341
+ <strong>Hey!</strong> Please go to the quizzes page and click on the Edit link from the quiz you wish to edit.</p
2342
+ </div>
2343
+ </div>
2344
+ <?php
2345
  }
2346
  ?>
 
 
2347
  <?php
2348
  }
2349
  ?>
includes/mlw_update.php CHANGED
@@ -6,7 +6,7 @@ function mlw_quiz_update()
6
  {
7
 
8
  //Update this variable each update. This is what is checked when the plugin is deciding to run the upgrade script or not.
9
- $data = "2.6.2";
10
  if ( ! get_option('mlw_quiz_master_version'))
11
  {
12
  add_option('mlw_quiz_master_version' , $data);
6
  {
7
 
8
  //Update this variable each update. This is what is checked when the plugin is deciding to run the upgrade script or not.
9
+ $data = "2.6.3";
10
  if ( ! get_option('mlw_quiz_master_version'))
11
  {
12
  add_option('mlw_quiz_master_version' , $data);
mlw_quizmaster2.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  Plugin Name: Quiz Master Next
5
  Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
6
- Version: 2.6.2
7
  Author: Frank Corso
8
  Author URI: http://www.mylocalwebstop.com/
9
  Plugin URI: http://www.mylocalwebstop.com/
3
  /*
4
  Plugin Name: Quiz Master Next
5
  Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
6
+ Version: 2.6.3
7
  Author: Frank Corso
8
  Author URI: http://www.mylocalwebstop.com/
9
  Plugin URI: http://www.mylocalwebstop.com/
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: fpcorso
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RTGYAETX36ZQJ
4
  Tags: quiz, test, score, survey, contact, form, email, answer, question
5
- Requires at least: 3.6
6
- Tested up to: 3.9
7
- Stable tag: 2.6.2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  The easiest and most flexible way to add multiple quizzes, tests, and surveys to your website.
@@ -99,9 +99,13 @@ Feel free to use the widget on the quiz dashboard within the plugin or from the
99
  5. Example Survey
100
  6. Quiz Results Page
101
  7. Example Contact Form
 
102
 
103
  == Changelog ==
104
 
 
 
 
105
  = 2.6.2 (May 8, 2014) =
106
  * Bug Fixes
107
 
@@ -434,6 +438,9 @@ Feel free to use the widget on the quiz dashboard within the plugin or from the
434
 
435
  == Upgrade Notice ==
436
 
 
 
 
437
  = 2.6.2 =
438
  Upgrade for bug fixes.
439
 
2
  Contributors: fpcorso
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RTGYAETX36ZQJ
4
  Tags: quiz, test, score, survey, contact, form, email, answer, question
5
+ Requires at least: 3.7
6
+ Tested up to: 3.9.1
7
+ Stable tag: 2.6.3
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  The easiest and most flexible way to add multiple quizzes, tests, and surveys to your website.
99
  5. Example Survey
100
  6. Quiz Results Page
101
  7. Example Contact Form
102
+ 8. Example Quiz With Styling
103
 
104
  == Changelog ==
105
 
106
+ = 2.6.3 (May 9, 2014) =
107
+ * Bug Fixes
108
+
109
  = 2.6.2 (May 8, 2014) =
110
  * Bug Fixes
111
 
438
 
439
  == Upgrade Notice ==
440
 
441
+ = 2.6.3 =
442
+ Upgrade for bug fixes.
443
+
444
  = 2.6.2 =
445
  Upgrade for bug fixes.
446