questionnaire

About

‘questionnaire’ is a WordPress plugin that enables your site to issue the questionnaires.

Features

  • Realtime preview on edit screen.
  • 4 types of input: Checkbox, Radiobutton, Dropdown, Textarea.
  • Public or Private questionnaire.
  • Selectable form styles.
  • E-Mail notification when visitor make answers.
  • Additional StyleSheet is appliable.
  • Constraint logic feature.
  • Page transition feature.

Sample movie

How to use the Questionnaire plugin.

How to use constraint logic.

How to use page transition.

Tips&Tricks

Show the question id.

Copy&paste the following style sheet into the ‘additional style’ box.

.qstnr-qid {
  display: inline;
}
.qstnr-qid:before {
  content: "Question-";
}
.qstnr-qid:after {
  content: ".";
}

You will see the form like following:

qid displayed

Adding selectable style

You can add your own style set to selectable style list by editing questionnaire/style.css.

style select

Open style.css by your favorite text editor, then add beween

/*
 START SELECTABLE STYLE LIST
 */

and

/*
 END OF SELECTABLE STYLE LIST
 */

.

The style set is formed like:

/* QUESTIONNAIRE SELECTABLE STYLE: style-name
 */
.qstnr-qbody-style-name .... { }

/* END OF SELECTABLE STYLE: style-name */

The ‘style-name’ can contain alphabet, number, and hyphen(-).

Export&Import

Currently, Questionnaire has no built-in Export&Import facility, but WordPress originally has such feature.
You can use ‘Custom Field’ panel to export and import the questionnaire’s meta data.
Because the metadata of your questionnaire is saved as Custom Field named ‘qstnr_metajson’, you can simply copy/paste this text data form/into this custom filed.

You may not see the ‘qstnr_metajson’ custom field just after ‘New Questionnaire’, if so, you need to ‘Update’ your Questionnaire first(after you gave the title to the questionnaire).

Sample Questionnaires

Sample site