Actions

回答の既定値

From LimeSurvey Manual

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


はじめに

アンケート参加者が回答を飛ばした時や、既定の回答と同じ意見の場合、様々な質問タイプに既定の回答値を設定し、記録することができます。このオプションにアクセスするには、質問パネルにある既定の回答を編集ボタンをクリックします。



Valid values

  • For single choice questions, you will see drop-down boxes from where you can select the desired default value.
  • For multi choice questions, you will see checkboxes from where you can select the desired default state (checked or not-checked).
  • For text-entry questions, you will have a text entry field in which you can enter any string or expression. If you use an expression, curly brackets must be used.
  • For date-time questions, if you're using an expression to set a date, the format must be like date ('Y-m-d') or date ('Y-m-d H:s'). For example, if you want to set the current time as default in a date question with format HH:MM (hour and minute), you would have to use the full time format in the default answer box: date ('Y-m-d H:s'). The format in the expression is independent of the format from the question settings.
  注意:
  • 非表示の質問については、別の方法として、式マネージャーで代入演算子を使う方法があります。


式マネージャーと既定値

Only "Text" and "Yes/No" question types allow the survey administrator to make use of the LimeSurvey Expression Manager to change the default value. For all the other question types you can use assignment operators.

  • 匿名式でないアンケートを実施し、{TOKEN:ATTRIBUTE_1}をアンケート参加者テーブルが作成された時点の年齢だとします。年齢付きの質問に既定値をセットして提示することにより、その年齢が正しいか確認したり、間違っていたら正しいものに入れなおすようお願いしたりすることができます。この場合、既定の回答のテキスト入力欄に{TOKEN:ATTRIBUTE_1}と入力します。