Version Description
(October 26, 2014) = * Minor Design Change To Quiz Options
Download this release
Release Info
Developer | fpcorso |
Plugin | Quiz And Survey Master (Formerly Quiz Master Next) |
Version | 3.3.2 |
Comparing to | |
See all releases |
Code changes from version 3.3.1 to 3.3.2
- includes/mlw_qmn_credits.php +2 -8
- includes/mlw_quiz_options.php +8 -8
- includes/mlw_update.php +1 -1
- mlw_quizmaster2.php +1 -1
- readme.txt +4 -1
includes/mlw_qmn_credits.php
CHANGED
@@ -106,15 +106,9 @@ function mlw_generate_about_page()
|
|
106 |
<p style="text-align: center;">We have several new premium add-ons in our WordPress Store: MailPoet Integration (subscribes users to your MailPoet list), MailChimp Integration (subscribes users to your Mailchimp list), Export Results (exports your quiz results), Extra Shortcodes (gives you extra shortcodes to use), User Dashboard (allow users to see the results from all the quizzes they have taken), and Advertisement Be Gone (gets rid of blue-border ads). Visit our <a href="http://mylocalwebstop.com/shop/">WordPress Store</a> for details! </p>
|
107 |
</div>
|
108 |
<div id="mlw_quiz_changelog" style="display: none;">
|
109 |
-
<h3><?php echo $mlw_quiz_version; ?> (October
|
110 |
<ul>
|
111 |
-
<li>*
|
112 |
-
<li>* Added Ability To Duplicate Questions When Duplicate Quizzes</li>
|
113 |
-
<li>* Added Last Modified Column To Table On Quizzes Page</li>
|
114 |
-
<li>* Fixed Number Question Type Grading Bug</li>
|
115 |
-
<li>* Fixed Missing theme_selected Column Installation Bug</li>
|
116 |
-
<li>* Fixed Missing theme_selected Column Duplication Bug</li>
|
117 |
-
<li>* Fixed Numerous Small Bugs</li>
|
118 |
</ul>
|
119 |
</div>
|
120 |
<div id="mlw_quiz_requested" style="display: none;">
|
106 |
<p style="text-align: center;">We have several new premium add-ons in our WordPress Store: MailPoet Integration (subscribes users to your MailPoet list), MailChimp Integration (subscribes users to your Mailchimp list), Export Results (exports your quiz results), Extra Shortcodes (gives you extra shortcodes to use), User Dashboard (allow users to see the results from all the quizzes they have taken), and Advertisement Be Gone (gets rid of blue-border ads). Visit our <a href="http://mylocalwebstop.com/shop/">WordPress Store</a> for details! </p>
|
107 |
</div>
|
108 |
<div id="mlw_quiz_changelog" style="display: none;">
|
109 |
+
<h3><?php echo $mlw_quiz_version; ?> (October 26, 2014)</h3>
|
110 |
<ul>
|
111 |
+
<li>* Minor Design Change To Quiz Options</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
</ul>
|
113 |
</div>
|
114 |
<div id="mlw_quiz_requested" style="display: none;">
|
includes/mlw_quiz_options.php
CHANGED
@@ -2056,8 +2056,8 @@ function mlw_generate_quiz_options()
|
|
2056 |
<thead>
|
2057 |
<tr>
|
2058 |
<th>ID</th>
|
2059 |
-
<th>Score Greater Than</th>
|
2060 |
-
<th>Score Less Than</th>
|
2061 |
<th>Subject</th>
|
2062 |
<th>Email To Send</th>
|
2063 |
</tr>
|
@@ -2122,8 +2122,8 @@ function mlw_generate_quiz_options()
|
|
2122 |
<tfoot>
|
2123 |
<tr>
|
2124 |
<th>ID</th>
|
2125 |
-
<th>Score Greater Than</th>
|
2126 |
-
<th>Score Less Than</th>
|
2127 |
<th>Subject</th>
|
2128 |
<th>Email To Send</th>
|
2129 |
</tr>
|
@@ -2215,8 +2215,8 @@ function mlw_generate_quiz_options()
|
|
2215 |
<thead>
|
2216 |
<tr>
|
2217 |
<th>ID</th>
|
2218 |
-
<th>Score Greater Than</th>
|
2219 |
-
<th>Score Less Than</th>
|
2220 |
<th>Results Page Shown</th>
|
2221 |
</tr>
|
2222 |
</thead>
|
@@ -2270,8 +2270,8 @@ function mlw_generate_quiz_options()
|
|
2270 |
<tfoot>
|
2271 |
<tr>
|
2272 |
<th>ID</th>
|
2273 |
-
<th>Score Greater Than</th>
|
2274 |
-
<th>Score Less Than</th>
|
2275 |
<th>Results Page Shown</th>
|
2276 |
</tr>
|
2277 |
</tfoot>
|
2056 |
<thead>
|
2057 |
<tr>
|
2058 |
<th>ID</th>
|
2059 |
+
<th>Score Greater Than Or Equal To</th>
|
2060 |
+
<th>Score Less Than Or Equal To</th>
|
2061 |
<th>Subject</th>
|
2062 |
<th>Email To Send</th>
|
2063 |
</tr>
|
2122 |
<tfoot>
|
2123 |
<tr>
|
2124 |
<th>ID</th>
|
2125 |
+
<th>Score Greater Than Or Equal To</th>
|
2126 |
+
<th>Score Less Than Or Equal To</th>
|
2127 |
<th>Subject</th>
|
2128 |
<th>Email To Send</th>
|
2129 |
</tr>
|
2215 |
<thead>
|
2216 |
<tr>
|
2217 |
<th>ID</th>
|
2218 |
+
<th>Score Greater Than Or Equal To</th>
|
2219 |
+
<th>Score Less Than Or Equal To</th>
|
2220 |
<th>Results Page Shown</th>
|
2221 |
</tr>
|
2222 |
</thead>
|
2270 |
<tfoot>
|
2271 |
<tr>
|
2272 |
<th>ID</th>
|
2273 |
+
<th>Score Greater Than Or Equal To</th>
|
2274 |
+
<th>Score Less Than Or Equal To</th>
|
2275 |
<th>Results Page Shown</th>
|
2276 |
</tr>
|
2277 |
</tfoot>
|
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 = "3.3.
|
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 = "3.3.2";
|
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: 3.3.
|
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: 3.3.2
|
7 |
Author: Frank Corso
|
8 |
Author URI: http://www.mylocalwebstop.com/
|
9 |
Plugin URI: http://www.mylocalwebstop.com/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: quiz, test, score, exam, survey, contact, form, email, answer, question
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.0
|
7 |
-
Stable tag: 3.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.
|
@@ -104,6 +104,9 @@ Feel free to use the widget on the quiz dashboard within the plugin or from the
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
107 |
= 3.3.1 (October 15, 2014) =
|
108 |
* Added Horizontal Multiple Response Question Type
|
109 |
* Added Ability To Duplicate Questions When Duplicate Quizzes
|
4 |
Tags: quiz, test, score, exam, survey, contact, form, email, answer, question
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 3.3.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.
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 3.3.2 (October 26, 2014) =
|
108 |
+
* Minor Design Change To Quiz Options
|
109 |
+
|
110 |
= 3.3.1 (October 15, 2014) =
|
111 |
* Added Horizontal Multiple Response Question Type
|
112 |
* Added Ability To Duplicate Questions When Duplicate Quizzes
|