Actions

Adding answers or subquestions/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "評価モードが有効になっている場合、質問タイプにより、各回答の''評価値''を入力することもできます。")
(Created page with "# '''位置:''' "3本線"の記号をクリックし、上下にドラッグしてフィールドの順序を変更します。 # '''コード:''' 結果を処理するとき...")
Line 27: Line 27:




# '''Position:''' Click the "three-lines" symbol and drag it up and down to reorder the fields.
# '''位置:''' "3本線"の記号をクリックし、上下にドラッグしてフィールドの順序を変更します。
# '''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.
# '''コード:''' 結果を処理するとき、スプレッドシートにエクスポートされるデータです。任意のコードを選択できます(最大5文字)。コードには標準的な英数字しか使えず、この質問の回答選択肢の中で一意でなければなりません。
# '''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|assessments]] wiki section.
# '''評価値:'''  このフィールドは、アンケート設定で評価モードが有効になっている場合にのみ表示されます。正または負の整数値に設定できます。詳細については、 [[Assessments/ja|評価]]に関するウィキのセクションを参照してください。
# '''Text answer/subquestion:''' The answer/subquestion text that will be displayed to your survey respondents.
# '''テキスト回答/サブ質問:''' アンケート回答者に表示される回答/サブ質問のテキストです。
## ''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).
## ''HTMLエディター:'' 緑の鉛筆ボタンをクリックすると、回答/サブ質問テキストを細かく設定できます(イメージやビデオの追加など)。
# '''Actions:''' Two actions are available:
# '''操作:''' 2つの操作ボタンを使用できます。
## ''Add new field:'' Click on the green "plus" button to introduce a new answer/subquestion;
## ''フィールド追加:'' 緑の""ボタンをクリックして、新しい回答/サブ質問を追加します。
## ''Delete this field:'' Click on the red "trash" button to delete the respective field.
## ''フィールド削除:'' 赤い"ゴミ箱"ボタンをクリックすると、そのフィールドが削除されます。


=Hints & Tips=
=Hints & Tips=

Revision as of 23:42, 21 June 2018


概要

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

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

回答とサブ質問を追加するには、編集する質問をクリックし、編集(またはサブ質問)ボタンをクリックします。



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

(回答の)編集既定の回答編集とは異なりますので注意してください。LimeSurveyのデフォルトの回答を編集する方法の詳細については、次のリンクをクリックしてください。LimeSurveyの既定の回答を編集する方法について、詳しくはリンクをクリックしてください。

評価モードが有効になっている場合、質問タイプにより、各回答の評価値を入力することもできます。



  1. 位置: "3本線"の記号をクリックし、上下にドラッグしてフィールドの順序を変更します。
  2. コード: 結果を処理するとき、スプレッドシートにエクスポートされるデータです。任意のコードを選択できます(最大5文字)。コードには標準的な英数字しか使えず、この質問の回答選択肢の中で一意でなければなりません。
  3. 評価値:  このフィールドは、アンケート設定で評価モードが有効になっている場合にのみ表示されます。正または負の整数値に設定できます。詳細については、 評価に関するウィキのセクションを参照してください。
  4. テキスト回答/サブ質問: アンケート回答者に表示される回答/サブ質問のテキストです。
    1. HTMLエディター: 緑の鉛筆ボタンをクリックすると、回答/サブ質問テキストを細かく設定できます(イメージやビデオの追加など)。
  5. 操作: 2つの操作ボタンを使用できます。
    1. フィールド追加: 緑の"+"ボタンをクリックして、新しい回答/サブ質問を追加します。
    2. フィールド削除: 赤い"ゴミ箱"ボタンをクリックすると、そのフィールドが削除されます。

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に取り込むことができます。