Version Description
Upgrade to fix minor bugs and view new section on how-to page.
Download this release
Release Info
Developer | fpcorso |
Plugin | Quiz And Survey Master (Formerly Quiz Master Next) |
Version | 0.7.2 |
Comparing to | |
See all releases |
Code changes from version 0.7.1 to 0.7.2
- includes/mlw_help.php +5 -0
- includes/mlw_main_page.php +3 -6
- includes/mlw_quiz_admin.php +1 -1
- includes/mlw_quiz_install.php +1 -1
- mlw_quizmaster2.php +1 -1
- readme.txt +8 -1
includes/mlw_help.php
CHANGED
@@ -85,6 +85,11 @@ function mlw_generate_help_page()
|
|
85 |
the section labeled Message Templates. In this section you will see a text box for the Message Displayed Before Quiz and the text box for the Message Displayed After Quiz. By customizing these boxes, you will
|
86 |
edit the text shown to the user before the quiz and after the quiz has been taken. Once finished, click the Save Templates button.
|
87 |
</div>
|
|
|
|
|
|
|
|
|
|
|
88 |
</div>
|
89 |
<div id="dialog" title="Help">
|
90 |
<h3><b>Help</b></h3>
|
85 |
the section labeled Message Templates. In this section you will see a text box for the Message Displayed Before Quiz and the text box for the Message Displayed After Quiz. By customizing these boxes, you will
|
86 |
edit the text shown to the user before the quiz and after the quiz has been taken. Once finished, click the Save Templates button.
|
87 |
</div>
|
88 |
+
<h3><a href="#">How To Add Your Quiz To A Post Or Page</a></h3>
|
89 |
+
<div>
|
90 |
+
First go to the Quizzes page. Once there, copy the shortcode for your quiz from the Quiz Shortcode column. It should look similar to [mlw_quizmaster quiz=1]. Once you have copied your shortcode, go edit the post or
|
91 |
+
page you would like to add the quiz to. Once on the edit page, paste the shortcode into the textbox. Then click Update. Now when you visit that post or page, your quiz will appear in place of the shortcode.
|
92 |
+
</div>
|
93 |
</div>
|
94 |
<div id="dialog" title="Help">
|
95 |
<h3><b>Help</b></h3>
|
includes/mlw_main_page.php
CHANGED
@@ -194,16 +194,13 @@ function quiz_wpss_mrt_meta_box2()
|
|
194 |
<div>
|
195 |
<table width='100%'>
|
196 |
<tr>
|
197 |
-
<td align='left'>0.7.
|
198 |
</tr>
|
199 |
<tr>
|
200 |
-
<td align='left'>*
|
201 |
</tr>
|
202 |
<tr>
|
203 |
-
<td align='left'>* Added New Section
|
204 |
-
</tr>
|
205 |
-
<tr>
|
206 |
-
<td align='left'>* Added New Widget On Plugin Dashboard For Daily Stats</td>
|
207 |
</tr>
|
208 |
</table>
|
209 |
</div>
|
194 |
<div>
|
195 |
<table width='100%'>
|
196 |
<tr>
|
197 |
+
<td align='left'>0.7.2 (November 24, 2013)</td>
|
198 |
</tr>
|
199 |
<tr>
|
200 |
+
<td align='left'>* Bug Fixes</td>
|
201 |
</tr>
|
202 |
<tr>
|
203 |
+
<td align='left'>* Added New Section On How-To Page</td>
|
|
|
|
|
|
|
204 |
</tr>
|
205 |
</table>
|
206 |
</div>
|
includes/mlw_quiz_admin.php
CHANGED
@@ -8,7 +8,7 @@ Copyright 2013, My Local Webstop (email : fpcorso@mylocalwebstop.com)
|
|
8 |
|
9 |
function mlw_generate_quiz_admin()
|
10 |
{
|
11 |
-
$data = "0.7.
|
12 |
if ( ! get_option('mlw_quiz_master_version'))
|
13 |
{
|
14 |
add_option('mlw_quiz_master_version' , $data);
|
8 |
|
9 |
function mlw_generate_quiz_admin()
|
10 |
{
|
11 |
+
$data = "0.7.2";
|
12 |
if ( ! get_option('mlw_quiz_master_version'))
|
13 |
{
|
14 |
add_option('mlw_quiz_master_version' , $data);
|
includes/mlw_quiz_install.php
CHANGED
@@ -275,7 +275,7 @@ function mlw_quiz_activate()
|
|
275 |
require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
|
276 |
dbDelta($sql);
|
277 |
}
|
278 |
-
$data = "0.7.
|
279 |
if ( ! get_option('mlw_quiz_master_version'))
|
280 |
{
|
281 |
add_option('mlw_quiz_master_version' , $data);
|
275 |
require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
|
276 |
dbDelta($sql);
|
277 |
}
|
278 |
+
$data = "0.7.2";
|
279 |
if ( ! get_option('mlw_quiz_master_version'))
|
280 |
{
|
281 |
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: 0.7.
|
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: 0.7.2
|
7 |
Author: Frank Corso
|
8 |
Author URI: http://www.mylocalwebstop.com/
|
9 |
Plugin URI: http://www.mylocalwebstop.com/
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: fpcorso
|
|
3 |
Tags: quiz, test, score, survey
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 3.7.1
|
6 |
-
Stable tag: 0.7.
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
|
9 |
Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
@@ -47,6 +47,10 @@ Feel free to use the support option on the main page of the plugin or from the c
|
|
47 |
|
48 |
== Changelog ==
|
49 |
|
|
|
|
|
|
|
|
|
50 |
= 0.7.1 (November 19, 2013) =
|
51 |
* Changed Design For How-To Page
|
52 |
* Added New Section In How-To Page
|
@@ -119,6 +123,9 @@ Feel free to use the support option on the main page of the plugin or from the c
|
|
119 |
|
120 |
== Upgrade Notice ==
|
121 |
|
|
|
|
|
|
|
122 |
= 0.7.1 =
|
123 |
Upgrade to fix minor bugs, view new section how-to page, and new stats on main page.
|
124 |
|
3 |
Tags: quiz, test, score, survey
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 3.7.1
|
6 |
+
Stable tag: 0.7.2
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
|
9 |
Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
47 |
|
48 |
== Changelog ==
|
49 |
|
50 |
+
= 0.7.2 (November 24, 2013) =
|
51 |
+
* Bug Fixes
|
52 |
+
* Added New Section On How-To Page
|
53 |
+
|
54 |
= 0.7.1 (November 19, 2013) =
|
55 |
* Changed Design For How-To Page
|
56 |
* Added New Section In How-To Page
|
123 |
|
124 |
== Upgrade Notice ==
|
125 |
|
126 |
+
= 0.7.2 =
|
127 |
+
Upgrade to fix minor bugs and view new section on how-to page.
|
128 |
+
|
129 |
= 0.7.1 =
|
130 |
Upgrade to fix minor bugs, view new section how-to page, and new stats on main page.
|
131 |
|