Linux 软件免费装

Questionnaire

开发者 kurohara
更新时间 2016年3月29日 18:46
捐献地址: 去捐款
PHP版本: 4.2.2 及以上
WordPress版本: 4.4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

plugin questionnaire vote survey

下载

1.0.1 1.0.2 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.2.0 2.2.1 2.3.0 2.3.1 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.7.0 2.8.0 1.0.0

详情介绍:

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:

安装:

  1. From 'Plugins' admin page, 'AddNew' -> 'Search Plugins' -> enter 'Questionnaire', then install 'Questionnaire' plugin.
  2. 通过WordPress的“插件”菜单激活插件。

屏幕截图:

  • 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.

常见问题:

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.

更新日志:

2.8.0 2.7.0 2.6.0 2.5.3 2.5.2 2.5.1 2.5.0 2.4.1 2.4.0 2.3.1 2.3.0 2.2.1 2.2.0 2.1.0 2.0.3 2.0.2 2.0.1 2.0.0 1.0.2 1.0.1 1.0.0