Description
This plugin adds the ability to create the quetionnaire sheet.
You can create a questionnaire by adding a post of âquestionnaireâ post-type.
The âquestionnaireâ post-type has form editor to edit questionnaire form so that you can easily create the questionnaire sheet.
You can restrict the person who can answer the questionnaire to the users who has login account.
(This is default behavior)
Features:
- 4 types of controls(Checkbox, Radiobutton, Dropdown, Textarea).
- Private or Public questionnaire.
- GUI for editing the questionnaire.
- Summary chart.
- Shortcode for posts or pages.
- Timed questionnaire.
- Various uniqueness control.
- Selectable form styles.
- Additional CSS can be applied to each questionnaire sheet.
- E-Mail notification.
- Image can be attached.
- Dependency logic can be attached(Constraint feature).
- Questionnaire Widget is now available(but only 1 questionnaire is diaplayable on a screen).
- Page transition with(or without) based on answer values.
- Tested on narrow screen.
Sample Movie
-
Using Questionnaire plugin.
-
Using constraint logic.
-
Using page transition and widgets.
Other materials
- This project is using Icomoon icon fonts.
Additional Requirements
- To use this plugin, your WordPress should be running on PHP ver 5.3 or lator.
Screenshots
Installation
- From âPluginsâ admin page, âAddNewâ -> âSearch Pluginsâ -> enter âQuestionnaireâ, then install âQuestionnaireâ plugin.
- Activate the plugin through the âPluginsâ menu in WordPress.
FAQ
- How can I create a questionnaire?
-
First, you have to have the âEditorâ role to create questionnaire, log in to your WordPress site with such account, then you can create one from the âQuestionnaireâ menu of left menu bar of WordPress’s dashboard.
- How can visitors see the questionnaire?
-
- The questionnaire you created has URL of its own.
If you are using customized permalink settings, the URL of your questionnaire will be depends on it.
You can add a link of the questionnaire(or a archive link to âquestionnaireâ post-type) as a menu item to menu of your site.
For example, if your site address is âhttp://mysite.com/â and you are using permalink setting like as
âhttp://mysite.com/%category%/%postname%â, you can add a custom link menu item with link of âhttp://mysite.com/questionnaireâ, this will work as âarchiveâ menu of your questionnaire. - You can insert the shortcode of your questionnaire into any posts or pages.
The shorcode is formed like as :
[questionnaire id=â10″]
The number â10â is the id of your questionnaire.
You can simply copy&paste the shortcode displayed at below of âForm Designerâ.
- The questionnaire you created has URL of its own.
- Is the answer of questionnaire sent by email?
-
Yes, if you check the option of questionnaire detail setting âNotify Answerâ.
The notification email will be sent to the author when the visitor first answered the questionnaire.
When the same visitor answered the same queationnaire(update the answer), the notification e-mail won’t be sent. - How can I see the answers ?
-
You can see the a) the summary of the answers, b) the list of answers, at the bottom of questionnaire editing box.
- Where the answer data saved?
-
The answer for a questionnaire is stored as âcommentâ data with special comment-type has set.
- How can I backup questionnaires?
-
You can use several ways to backup questionnaires.
- Use export/import plugin.
You will see âexport/importâ item on âtoolsâ menu of WordPress dashboard.
You can use this to export/import questionaires(You may need to install extra plugin to do import task). - Copy/Paste âqstnr_metajsonâ Custom Field.
You can export the metadata of questionnaire.
You will see âCustom Fieldâ of âqstnr_metajsonâ in the Edit Questionnaire screen if you have on the checkbox of âCustom Fieldsâ screen option.
You can select entire text of âqstnr_metajsonâ and do copy to clipboard, then you can paste to your favorite text editors.
To import this, you can paste this metajson text into âqstnr_metajsonâ custom field then âUpdateâ the questionnaire.
- Use export/import plugin.
- How can I remove the credit text displayed below the questionnaire?
-
You can remove this credit(âProduced by Questionnaire plugin ….â) by editing source code.
1. remove subject text from notification.php line 158.
Do not remove entire line, just remove the text you don’t want to see.
2. remove subject text form questionnaire.php line 342.
Do not remove entire line, just remove the text you don’t want to see.This credit text is exist because of some reasons, but you can freely remove this text by yourself.
In the future, If âsome reasonsâ have cleared, I will remove this text completely.
Reviews
Contributors & Developers
“Questionnaire” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Questionnaire” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.8.0
- Added âDatetimeâ and âNumberâ as new input type of Questionnaire.
- Supported âDuplicate Postâ plugin.
By using that plugin, Questionnaire will be duplicated with answer list preserved. - The vertical size of text area now can be changed.
- Fixed the problem of âoverflowing title text on MS Edge browserâ.
- A little enchanced the performance of Form editor.
2.7.0
- Added shortcode for summary chart.
2.6.0
- Added âPage transition featureâ.
- Fixed the bug about âthe first option in select list can’t be validâ.
- Other minor bug fixes.
2.5.3
- Fixed the data corruption bug with âUpdateâ button.
2.5.2
- Fixed the problem about label text wrapping on IE.
- Other minor bug fixes.
2.5.1
- Initialize error on IE(ver 11) has fixed.
- Metabox style has fixed for IE(ver 11).
- A bug about Submit button action has fixed.
2.5.0
- Widget support.
- Other enchancements.
2.4.1
- some bug fix(GUI of âsubmitâ action).
2.4.0
- Configurable âsubmitâ action feature.
- Constraint setting GUI improved.
2.3.1
- minor bug fix.
2.3.0
- Image attach feature has been added.
- Dependency logic feature has been added.
2.2.1
- minor bug fix.
2.2.0
- Uniqueness with server generated unique key cookie has added.
- Now other posts or pages can display questionnaire using shortcode.
- Appearance control using answer flag has added.
- Appearance control using expiration duration has added.
- Some minor bug fixes.
2.1.0
- âUniquenessâ controll feature has added.
- Form’s style has updated.
- Some minor bug fixes.
2.0.3
- Bug fixed: there sometimes pressing âUpdateâ button of Questionnaire edit page causes form data disappeared.
- The file name when downloading csv has changed.
- Donation link has added.
2.0.2
- redundant debug code has removed.
2.0.1
- Some style bug has fixed.
- Stylesheet has updted.
- Language file has updated.
2.0.0
- Thoroughly redesigned.
1.0.2
- fixed broken tag (â</fieldsetâ).
1.0.1
- fixed the âtested WordPress versionâ
1.0.0
- First release.