Title: Questionnaire
Author: kurohara
Published: <strong>July 31, 2015</strong>
Last modified: March 24, 2016

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/questionnaire/assets/icon-256x256.png?rev=1309946)

# Questionnaire

 By [kurohara](https://profiles.wordpress.org/kurohara/)

[Download](https://downloads.wordpress.org/plugin/questionnaire.2.8.0.zip)

 * [Details](https://pcd.wordpress.org/plugins/questionnaire/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/questionnaire/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/questionnaire/#installation)
 * [Development](https://pcd.wordpress.org/plugins/questionnaire/#developers)

 [Support](https://wordpress.org/support/plugin/questionnaire/)

## 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

 1. Using Questionnaire plugin.
 2. Using constraint logic.
 3. Using page transition and widgets.

### Other materials

 1. This project is using [Icomoon](https://github.com/Keyamoon) icon fonts.

### Additional Requirements

 1. To use this plugin, your WordPress should be running on PHP ver 5.3 or lator.

## Screenshots

 * [[
 * Create a questionnaire from the admin menu ‘Questionnaire’.
 * [[
 * Like a normal post, name your questionair, and write some description.
 * [[
 * The ‘Questionnaire Sheet’ option has to be on to edit your questionnaire.
 * [[
 * You can edit the questionnaire form on ‘Form Designer’.
 * [[
 * ‘Form Sample’ as preview.
 * [[
 * ‘Form Sample’ as preview.
 * [[
 * Shortcode can be inserted into any posts or pages.
 * [[
 * Timed questionnaire is available.
 * [[
 * Various ‘Uniqueness’ controlls for public questionnaire.
 * [[
 * Apply additional styles.
 * [[
 * Summary chart and answer list.
 * [[
 * Summary chart and answer list.

## Installation

 1. From ‘Plugins’ admin page, ‘AddNew’ -> ‘Search Plugins’ -> enter ‘Questionnaire’,
    then install ‘Questionnaire’ plugin.
 2. 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?

 1. 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.
 2. 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’.

  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.

  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

![](https://secure.gravatar.com/avatar/4d38add9ea7b6bb42bd2db763a2869b3e907290b8f7b4061a34b28f537a64b60?
s=60&d=retro&r=g)

### 󠀁[does not work](https://wordpress.org/support/topic/does-not-work-1438/)󠁿

 [newage2019](https://profiles.wordpress.org/newage2019/) June 4, 2022

It does not work, shows an “Request returned with error: 200,OK” error on the screen.

![](https://secure.gravatar.com/avatar/59c4ef79158d5946fe70b993f5ec5dcc9aa4f4e64adc85a928df9fc1f3a03c70?
s=60&d=retro&r=g)

### 󠀁[it doesnt do anything?](https://wordpress.org/support/topic/it-doesnt-do-anything-6/)󠁿

 [carterson2](https://profiles.wordpress.org/carterson2/) February 11, 2020

i installed it and it shows up in plugins, but it doesn’t do anything different 
from a normal post. No answer choices or nothing. Its like its not finished or I
am missing something…

![](https://secure.gravatar.com/avatar/f9aba3aeccb51260bd46967087b8be3d37bace6d76ab64d752fa76ad4281e688?
s=60&d=retro&r=g)

### 󠀁[Bugs](https://wordpress.org/support/topic/bugs-74/)󠁿

 [johnsie](https://profiles.wordpress.org/johnsie/) October 6, 2017

Developer doesn’t respond to posts on here about bug in the plugin. “Save Draft”
button deletes your saved questionnaire, so don’t click the save draft button. Will
put star rating up when fixed.

![](https://secure.gravatar.com/avatar/954518e1f8564967ef8497eac07ef4f89936dc1b5f9dda659948a60f8467c468?
s=60&d=retro&r=g)

### 󠀁[Perfect for my needs](https://wordpress.org/support/topic/perfect-for-my-needs-43/)󠁿

 [mattiaspkallio](https://profiles.wordpress.org/mattiaspkallio/) November 21, 2016

Just what I was looking for, it’s stable, working and simple to both use and to 
style. I really like stuff that just works, thanks. 🙂

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/questionnaire/reviews/)

## Contributors & Developers

“Questionnaire” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ kurohara ](https://profiles.wordpress.org/kurohara/)

[Translate “Questionnaire” into your language.](https://translate.wordpress.org/projects/wp-plugins/questionnaire)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/questionnaire/), check
out the [SVN repository](https://plugins.svn.wordpress.org/questionnaire/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/questionnaire/) 
by [RSS](https://plugins.trac.wordpress.org/log/questionnaire/?limit=100&mode=stop_on_copy&format=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.

## Meta

 *  Version **2.8.0**
 *  Last updated **10 years ago**
 *  Active installations **80+**
 *  WordPress version ** 4.2.2 or higher **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/questionnaire/)
 * Tags
 * [questionnaire](https://pcd.wordpress.org/plugins/tags/questionnaire/)[survey](https://pcd.wordpress.org/plugins/tags/survey/)
   [vote](https://pcd.wordpress.org/plugins/tags/vote/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/questionnaire/advanced/)

## Ratings

 2 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/questionnaire/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/questionnaire/reviews/)

## Contributors

 *   [ kurohara ](https://profiles.wordpress.org/kurohara/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/questionnaire/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.microgadget-inc.com/donate-to-the-questionnaire/)