Title: Questionnaire
Author: kurohara
Published: <strong>31 ກໍລະກົດ 2015</strong>
Last modified: 24 ມີນາ 2016

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

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

# Questionnaire

 ໂດຍ [kurohara](https://profiles.wordpress.org/kurohara/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/questionnaire.2.8.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/questionnaire/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/questionnaire/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/questionnaire/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/questionnaire/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/questionnaire/)

## ຄຳອະທິບາຍ

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.

## ພາບໜ້າຈໍ

 * [[
 * 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.

## ການຕິດຕັ້ງ

 1. From ‘Plugins’ admin page, ‘AddNew’ -> ‘Search Plugins’ -> enter ‘Questionnaire’,
    then install ‘Questionnaire’ plugin.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  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.

## ການຣີວິວ

![](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/) 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/) 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/) 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/) 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. 🙂

 [ ອ່ານການຣີວິວທັງໝົດ 4 ລາຍການ ](https://wordpress.org/support/plugin/questionnaire/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Questionnaire” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

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

[ແປ “Questionnaire” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/questionnaire)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/questionnaire/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/questionnaire/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/questionnaire/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/questionnaire/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

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

 *  ເວີຊັນ **2.8.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **10 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **80+**
 *  ເວີຊັນ WordPress ** 4.2.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.4.34**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/questionnaire/)
 * ແທັກ
 * [questionnaire](https://lo.wordpress.org/plugins/tags/questionnaire/)[survey](https://lo.wordpress.org/plugins/tags/survey/)
   [vote](https://lo.wordpress.org/plugins/tags/vote/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/questionnaire/advanced/)

## ການໃຫ້ຄະແນນ

 2 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 3 ລາຍການ     ](https://wordpress.org/support/plugin/questionnaire/reviews/?filter=1)

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

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/questionnaire/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

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

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/questionnaire/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://www.microgadget-inc.com/donate-to-the-questionnaire/)