Actions

Adding answers or subquestions/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "=概要=")
(Created page with "<div class='simplebox'>File:help.png LimeSurveyで使える質問タイプについて、詳細はウィキセクションを参照してください...")
Line 9: Line 9:
さまざまな質問タイプを使用して、アンケート回答者のために高度な質問を作成できます。回答やサブ質問を追加することで、複雑なアンケートを作成することができます。  
さまざまな質問タイプを使用して、アンケート回答者のために高度な質問を作成できます。回答やサブ質問を追加することで、複雑なアンケートを作成することができます。  


<div class='simplebox'>[[File:help.png]] To find out more about the available LimeSurvey question types, please continue reading [[Question types|the following wiki section]].</div>  
<div class='simplebox'>[[File:help.png]] LimeSurveyで使える質問タイプについて、詳細は[[Question types/ja|ウィキセクション]]を参照してください。</div>  


To start adding answers and subquestions, click on the question you wish to edit and look for the '''edit answer''' (or '''subquestion''') button:
To start adding answers and subquestions, click on the question you wish to edit and look for the '''edit answer''' (or '''subquestion''') button:

Revision as of 23:22, 21 June 2018


概要

さまざまな質問タイプを使用して、アンケート回答者のために高度な質問を作成できます。回答やサブ質問を追加することで、複雑なアンケートを作成することができます。

LimeSurveyで使える質問タイプについて、詳細はウィキセクションを参照してください。

To start adding answers and subquestions, click on the question you wish to edit and look for the edit answer (or subquestion) button:



回答を追加するときは、各回答/サブ質問にコード(例えば、式マネージャーの関連式などで使います)を割り当て、回答/サブ質問テキストを入力するる必要があります。

Please note the edit answers is different from the edit default answers one. Click on the following link to read more about the possibility to edit the default answers in LimeSurvey.

If the assessment mode is enabled, you can - for certain question types - also enter an assessment value for each answer.



  1. Position: Click the "three-lines" symbol and drag it up and down to reorder the fields.
  2. Code: This is the data that will usually be exported to your spreadsheet when compiling results. You may choose whatever code you want (5 character maximum). The code can only contain standard alpha-numeric characters and has to be unique among the answer options for this question.
  3. Assessment value:  This field will only show if the assessments mode is activated in the survey settings. It can be set to a positive or negative integer value. For more information, please check out the assessments wiki section.
  4. Text answer/subquestion: The answer/subquestion text that will be displayed to your survey respondents.
    1. HTML Editor: Click on the green pencil button to increase the complexity of your answer/subquestion text (e.g., you can add images, videos, and so on).
  5. Actions: Two actions are available:
    1. Add new field: Click on the green "plus" button to introduce a new answer/subquestion;
    2. Delete this field: Click on the red "trash" button to delete the respective field.

Hints & Tips

  • You can adjust the layout as well as include pictures or other media elements in your individual answers. This is possible by clicking on the pencil icon at the end of the answer text-box and using the WYSIWYG editor to create edit or design your answer layout as well as upload images and media.
  • There is a special feature to create an answer that is showing up left and right of an array row (this works only with the question type Array). This can be done by using a pipe char '|'  to part the answer. For example, if you want to have 'Good' and 'Evil' on the left and right side of the row, just write 'Good|Evil' into this field. This is essentially useful if you want to create a Semantic Differential Question.
  • Relevance: You can enter Expression Manager relevance equations for each subquestion (available for question types using subquestions such as multiple choice or array questions). In this way, you can conditionally show/hide certain items of your question. The default value of "1" means that the item is always shown.
Hint: Always perform a logic file check to make sure your relevance equation has no errors.
  • ラベルセットをインポート・エクスポートすることも可能です。例えば国名などのリストがあり、ドロップダウンリストの選択肢として使用したいとき、この機能を使って手持ちのデータをLimeSurveyに取り込むことができます。