Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page - Version 19.6.37

Version Description

  • UI update
    • readme update
Download this release

Release Info

Developer kucaahbe
Plugin Icon 128x128 Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page
Version 19.6.37
Comparing to
See all releases

Code changes from version 19.6.36 to 19.6.37

Files changed (4) hide show
  1. admin/views/settings.php +5 -30
  2. opinionstage-polls.php +1 -1
  3. plugin.php +2 -2
  4. readme.txt +31 -6
admin/views/settings.php CHANGED
@@ -91,32 +91,6 @@ defined( 'ABSPATH' ) or die();
91
  <?php echo opinionstage_template_survey_link('opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template'); ?>
92
  </div>
93
  </div>
94
- <div class="opinionstage-section-raw">
95
- <div class="opinionstage-section-cell opinionstage-icon-cell">
96
- <div class="os-icon-plugin"><img src="<?php echo plugins_url( 'images/slideshow.png', dirname(__FILE__) ); ?>" ></div>
97
- </div>
98
- <div class="opinionstage-section-cell opinionstage-description-cell">
99
- <div class="title">Slideshow</div>
100
- <div class="example">Group items in an interactive display</div>
101
- </div>
102
- <div class="opinionstage-section-cell opinionstage-btn-cell">
103
- <?php echo opinionstage_create_slideshow_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ); ?>
104
- <?php echo opinionstage_template_slideshow_link('opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template') ?>
105
- </div>
106
- </div>
107
- <div class="opinionstage-section-raw">
108
- <div class="opinionstage-section-cell opinionstage-icon-cell">
109
- <div class="os-icon-plugin"><img src="<?php echo plugins_url( 'images/list.png', dirname(__FILE__) ); ?>" ></div>
110
- </div>
111
- <div class="opinionstage-section-cell opinionstage-description-cell">
112
- <div class="title">List</div>
113
- <div class="example">Create a listacle of anything</div>
114
- </div>
115
- <div class="opinionstage-section-cell opinionstage-btn-cell">
116
- <?php echo opinionstage_create_widget_link('list', 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template'); ?>
117
- <?php echo opinionstage_template_list_link('opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template'); ?>
118
- </div>
119
- </div>
120
  <div class="opinionstage-section-raw">
121
  <div class="opinionstage-section-cell opinionstage-icon-cell">
122
  <div class="os-icon-plugin"><img src="<?php echo plugins_url( 'images/form.png', dirname(__FILE__) ); ?>" ></div>
@@ -132,14 +106,15 @@ defined( 'ABSPATH' ) or die();
132
  </div>
133
  <div class="opinionstage-section-raw">
134
  <div class="opinionstage-section-cell opinionstage-icon-cell">
135
- <div class="os-icon-plugin"><img src="<?php echo plugins_url( 'images/article.png', dirname(__FILE__) ); ?>" ></div>
136
  </div>
137
  <div class="opinionstage-section-cell opinionstage-description-cell">
138
- <div class="title">Story Article</div>
139
- <div class="example">Create an article using visual & interactive elements</div>
140
  </div>
141
  <div class="opinionstage-section-cell opinionstage-btn-cell">
142
- <?php echo opinionstage_create_widget_link('story', 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template'); ?>
 
143
  </div>
144
  </div>
145
  <?php
91
  <?php echo opinionstage_template_survey_link('opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template'); ?>
92
  </div>
93
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  <div class="opinionstage-section-raw">
95
  <div class="opinionstage-section-cell opinionstage-icon-cell">
96
  <div class="os-icon-plugin"><img src="<?php echo plugins_url( 'images/form.png', dirname(__FILE__) ); ?>" ></div>
106
  </div>
107
  <div class="opinionstage-section-raw">
108
  <div class="opinionstage-section-cell opinionstage-icon-cell">
109
+ <div class="os-icon-plugin"><img src="<?php echo plugins_url( 'images/slideshow.png', dirname(__FILE__) ); ?>" ></div>
110
  </div>
111
  <div class="opinionstage-section-cell opinionstage-description-cell">
112
+ <div class="title">Slideshow</div>
113
+ <div class="example">Group items in an interactive display</div>
114
  </div>
115
  <div class="opinionstage-section-cell opinionstage-btn-cell">
116
+ <?php echo opinionstage_create_slideshow_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ); ?>
117
+ <?php echo opinionstage_template_slideshow_link('opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template') ?>
118
  </div>
119
  </div>
120
  <?php
opinionstage-polls.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
- Version: 19.6.36
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
+ Version: 19.6.37
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
- Version: 19.6.36
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
@@ -24,7 +24,7 @@ if ( defined('WP_DEBUG') && true === WP_DEBUG ) {
24
  }
25
  }
26
 
27
- define('OPINIONSTAGE_WIDGET_VERSION', '19.6.36');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
+ Version: 19.6.37
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
24
  }
25
  }
26
 
27
+ define('OPINIONSTAGE_WIDGET_VERSION', '19.6.37');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
readme.txt CHANGED
@@ -1,13 +1,13 @@
1
  === Poll, Survey, Form & Quiz Maker by OpinionStage ===
2
- Contributors: OpinionStage.com
3
  Donate link: https://www.opinionstage.com
4
- Tags: poll, quiz, survey, form
5
  Requires at least: 2.8
6
- Tested up to: 5.4
7
- Stable tag: 19.6.36
8
  Requires PHP: 5.2
9
 
10
- Add Polls, Surveys or Quizzes to your Wordpress site. Create from scratch or based on templates. Get started in seconds.
11
 
12
  == Description ==
13
 
@@ -33,6 +33,8 @@ You can create the items from scratch or using hundreds of optimized templates.
33
  * Embed in a single post/page or display in a sidebar or section placement.
34
  * Popup the items automatically when users enters/exits the page.
35
  * Responsive design that optimizes display of polls, quizzes and surveys in desktops, tablets and mobile devices.
 
 
36
 
37
  == Templates & Examples ==
38
 
@@ -50,7 +52,7 @@ Create polls in seconds to engage your users and learn what they think on any to
50
 
51
  Create Buzzfeed-style and Facebook-stlye quizzes that engage your users and get viral on social networks. Integrate a lead form in your quiz to gather qualified leads. The quiz questions will be associated with the contact information you gather to help you qualify which leads bring value to your business.
52
 
53
- == Surveys for generating leads ==
54
 
55
  Survey your users to get feedback and to conduct research that will help you improve your site or produce/service offering. Opinion Stage supports many different question types and many different features that will help you create unbiased surveys that produce quality data.
56
 
@@ -61,6 +63,26 @@ Survey your users to get feedback and to conduct research that will help you imp
61
  * Drive sales/revenue - take advantage of the high engagement rates to increase revenue from ads inside and outside of the polls and quizzes.
62
  * Extract insights - get more insights using interactive polls & surveys designed to maximize participation. Extract actionable insights with an intuitive analytics dashboard.
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  == Language support ==
65
 
66
  Opinion Stage supports over 42 languages, missing a language? Let us know!
@@ -116,6 +138,9 @@ Opinion Stage makes it easy for you to comply with the GDPR regulation. For more
116
  N/A
117
 
118
  == Changelog ==
 
 
 
119
  = 19.6.36 =
120
  * tested up to 5.4 Wordpress
121
  = 19.6.35 =
1
  === Poll, Survey, Form & Quiz Maker by OpinionStage ===
2
+ Contributors: opinionstage, yoffegil, kucaahbe
3
  Donate link: https://www.opinionstage.com
4
+ Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
5
  Requires at least: 2.8
6
+ Tested up to: 5.5
7
+ Stable tag: 19.6.37
8
  Requires PHP: 5.2
9
 
10
+ Add a Poll, Survey, or Quiz to your Wordpress site. Create a poll, quiz, or survey from scratch or based on templates.
11
 
12
  == Description ==
13
 
33
  * Embed in a single post/page or display in a sidebar or section placement.
34
  * Popup the items automatically when users enters/exits the page.
35
  * Responsive design that optimizes display of polls, quizzes and surveys in desktops, tablets and mobile devices.
36
+
37
+ https://www.youtube.com/watch?v=EDtpm6zVKvk
38
 
39
  == Templates & Examples ==
40
 
52
 
53
  Create Buzzfeed-style and Facebook-stlye quizzes that engage your users and get viral on social networks. Integrate a lead form in your quiz to gather qualified leads. The quiz questions will be associated with the contact information you gather to help you qualify which leads bring value to your business.
54
 
55
+ == Surveys for getting insights and feedback ==
56
 
57
  Survey your users to get feedback and to conduct research that will help you improve your site or produce/service offering. Opinion Stage supports many different question types and many different features that will help you create unbiased surveys that produce quality data.
58
 
63
  * Drive sales/revenue - take advantage of the high engagement rates to increase revenue from ads inside and outside of the polls and quizzes.
64
  * Extract insights - get more insights using interactive polls & surveys designed to maximize participation. Extract actionable insights with an intuitive analytics dashboard.
65
 
66
+ == Best Practices for creating an effective quiz ==
67
+
68
+ * Start by setting the objective – before starting to plan the quiz, determine what you want to achieve. Are you looking to generate engagement, to gather leads, to drive social sharing, or do you have a different motivation? For example, if you are looking to generate leads, it is usually better to keep it shorter. If you are looking to generate engagement you will prefer to make it longer. If you are looking to get social shares, your focus should be on designing an outcome that will get shared.
69
+
70
+ * Select a topic based on your audience – in the planning phase, keep your audience in mind. What topic will they find interesting or appealing? A quiz that works great for one audience, might not perform as well for another audience.
71
+ Select a great title – the title is the single most important part of a quiz. Select a title that appeals to your audience, makes them interested or curious to discover something about themselves or about others. Try to keep the title clear and short as possible. Add humor when relevant.
72
+
73
+ * Keep it short, but not too short – If the quiz is too short, users tend to regard it as not serious enough or as content that will not bring much value. However, if it is too long, users will get tired and drop-off. At some point, adding another question will get you fewer responses. We recommend including 5-15 questions depending on the context.
74
+
75
+ * Make it visual – Opinion Stage lets you add images and videos in the quiz. You can add an image to the cover, and an intro image to each question. You can also add an image to each answer. Visuals will both get you more responses and will also improve the context of the questions and answers.
76
+
77
+ * Get shared in social networks – start by creating outcomes that are shareable. Examples can include sharing your results in a trivia quiz or sharing the personality you got in a personality test. It is recommended to keep the outcome
78
+ text as positive as possible regardless of the results.
79
+ Place in a prominent location – to verify your item is noticed, place it in a central place in your site. A few options we recommend – above the fold in posts/pages, in the sidebar, enter/exit popup, or in a quiz section in your site.
80
+
81
+ * Brand and customize – Opinion Stage lets you change every aspect of the visual. Customize the quiz so it matches your site and brand. You can set the font, sizes, and colors of the quiz. If you have some CSS knowledge you can customize almost every aspect of the quiz using the CSS override feature.
82
+
83
+ * Track and optimize – Opinion Stage lets you track every aspect of the performance, including how many users viewed, started, and completed the quiz. Track these parameters and use the drop-off report to optimize the length and to find questions that need to be replaced or improved. For more advanced usage scenarios you can also a/b test.
84
+
85
+
86
  == Language support ==
87
 
88
  Opinion Stage supports over 42 languages, missing a language? Let us know!
138
  N/A
139
 
140
  == Changelog ==
141
+ = 19.6.37 =
142
+ * UI update
143
+ * readme update
144
  = 19.6.36 =
145
  * tested up to 5.4 Wordpress
146
  = 19.6.35 =