Actions

Default answers/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "リストタイプ、複数選択タイプ、自由記述タイプ質問について、デフォルト値を設定します。")
(Created page with "'''値チェック''' *択一選択タイプでは、ドロップダウンがあらわれて、そこから選びます。 *複数選択タイプでは、選択肢に対応す...")
Line 9: Line 9:




'''Valid values'''
'''値チェック'''
*For single choice questions, you will see drop-down boxes letting you  select the desired default.
*択一選択タイプでは、ドロップダウンがあらわれて、そこから選びます。
*For multi choice questions, you will see check boxs letting you select the desired default state (checked or not-checked).
*複数選択タイプでは、選択肢に対応するチェックボックスがあらわれ、そこから選びます。
*For text-entry questions{{NewIn|1.92}}, you will have a text entry field in which you can enter any string or [[Expression Manager|expression]].  If you use an expression, you need to include curly braces.
*自由入力タイプでは、そこに文字列や式[[Expression Manager|expression]]を記入できるボックスが現れます。式はカーリーで囲まれている必要があります。


'''Example'''
'''Example'''

Revision as of 04:11, 5 February 2014


デフォルト値(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}