Actions

QS

Min num value/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "'''説明'''")
No edit summary
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
'''説明'''
'''説明'''


This setting is available in the multiple numeric and numeric array input questions. When this attribute is set, the input value(s) (depending on the type of question) must meet this criteria -  the (sum of) number(s) has to be higher than the value you type in this box. Otherwise, the respondents will not be able to submit her answer(s).
この設定は、数字入力(複数)、配列(数字)の質問で使えます。設定すると、入力値はこの条件適合する、すなわち合計値がこの設定に入力した値よりも大きい必要があります。適合しないと、回答を送信することはできません。


'''Valid values'''
'''有効な値'''
*Any integer value above 0
*任意の正の整数
*Any number (using . (dot) for decimal separator)
*任意の数(小数点は.(ドット)を使う)
*Any SGQA code
*任意のSGQAコード
*Any question code (variable name)
*任意の質問コード(変数名)
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.
*[[ExpressionScript - Presentation/ja|ExpressionScript]]の構文に適合する任意の式(中括弧を除く)


'''Example'''
''''''
*Setting a value of 10 would mean that the total value of all numbers entered in all input boxes fr this question may not be smaller than 10. Totals of 9 would not be allowed. A total of 12 would be acceptable.
*10と設定すると、その質問のすべての入力ボックスに入力した値の合計が10より小さくなければなりません。合計が9となる場合は受け付けませんが、12なら受け付けます。


</onlyinclude>
</onlyinclude>


[[Category:Question Settings]][[Category:Question Input Options]]
[[Category:Question Settings/ja]][[Category:Question Input Options]]

Revision as of 01:56, 22 May 2020


最小合計値 (min_num_value)

説明

この設定は、数字入力(複数)、配列(数字)の質問で使えます。設定すると、入力値はこの条件適合する、すなわち合計値がこの設定に入力した値よりも大きい必要があります。適合しないと、回答を送信することはできません。

有効な値

  • 任意の正の整数
  • 任意の数(小数点は.(ドット)を使う)
  • 任意のSGQAコード
  • 任意の質問コード(変数名)
  • ExpressionScriptの構文に適合する任意の式(中括弧を除く)

  • 10と設定すると、その質問のすべての入力ボックスに入力した値の合計が10より小さくなければなりません。合計が9となる場合は受け付けませんが、12なら受け付けます。