Actions

回答・サブ質問の追加

From LimeSurvey Manual

Revision as of 18:00, 3 August 2018 by FuzzyBot (talk | contribs) (Updating to match new version of source page)


概要

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

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

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


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

  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: Only for answers 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. Relevance equation: Only for sub-question (Y axis) This field allow you to set a relevance using Expression Manager
  6. 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.

Specific for Answers

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

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


Specific for subquestions

The relevance equation is available only for the subquestions located on the X axis . It is the default axis if there is only one list of subquestions (except array by columns):


ヒントとTIP

  • レイアウトを調整するだけでなく、個々の回答に画像やその他のメディア要素を含めることもできます。回答テキストボックスの最後にある鉛筆アイコンをクリックし、WYSIWYGエディターを使用して回答のレイアウトを編集またはデザインし、画像とメディアをアップロードすることができます。
  • 配列の左右に表示される回答を作成する特別な機能があります(これはで配列質問タイプでのみ機能します)。これは、パイプ文字'|'で回答を区切ることによって実現します。たとえば、行の左側が'よい'、右側が'わるい'としたい場合は、このフィールドに'よい|わるい'と書きます。セマンティックディファレンシャル質問を作成する場合に使えます。
  • 関連: サブ質問ごとに式マネージャーの関連式を入力できます(複数選択や配列の質問など、サブ質問を使用する質問タイプで使用可能)。これにより、特定の項目を条件によって表示/非表示にすることができます。既定値"1"は、その項目が常に表示されることを意味します。
ヒント: 関連式に誤りがないか確認するため、必ずロジックファイルチェックを実行してください。
  • ラベルセットをインポート・エクスポートすることも可能です。例えば国名などのリストがあり、ドロップダウンリストの選択肢として使用したいとき、この機能を使って手持ちのデータをLimeSurveyに取り込むことができます。