Actions

回答の既定値

From LimeSurvey Manual

Revision as of 04:11, 5 February 2014 by Yamatt (talk | contribs) (Created page with "'''値チェック''' *択一選択タイプでは、ドロップダウンがあらわれて、そこから選びます。 *複数選択タイプでは、選択肢に対応す...")


デフォルト値(defaults)

説明

リストタイプ、複数選択タイプ、自由記述タイプ質問について、デフォルト値を設定します。


値チェック

  • 択一選択タイプでは、ドロップダウンがあらわれて、そこから選びます。
  • 複数選択タイプでは、選択肢に対応するチェックボックスがあらわれ、そこから選びます。
  • 自由入力タイプでは、そこに文字列や式expressionを記入できるボックスが現れます。式はカーリーで囲まれている必要があります。

Example

  • You have a non-anonymous survey, where {TOKEN:ATTRIBUTE_1} is the person's age as of the time the tokens table was created. You want to prefill a question with the person's age and ask them to validate that the age is accurate, or let them change the age value if it is not accurate. In the text entry field for the default value, you would enter {TOKEN:ATTRIBUTE_1}