Actions

QS

Min answers/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "この機能は、複数選択質問で一定数の回答を選択させる場合に使用します。")
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 8: Line 8:
この機能は、複数選択質問で一定数の回答を選択させる場合に使用します。
この機能は、複数選択質問で一定数の回答を選択させる場合に使用します。


'''Valid values'''
'''有効な値'''


*Any integer value above 0
*0より大きい整数
*Any number
*任意の数
*Any [[SGQA_identifier|SGQA]] code
*任意の[[SGQA_identifier/ja|SGQA]]コード
*Any question code (variable name)
*任意の質問コード(変数名)
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.
*[[ExpressionScript - Presentation/ja|ExpressionScript]]構文を使用した任意の式(中括弧は除く)


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


If set to X (a random number), the users can submit the survey form if they select at least X checkboxes. If this option is utilised for ranking questions, this ensures that at least three items are ranked before allowing the respondent to submit the answers/survey.
Xと設定すると、利用者は少なくともX個のチェックボックスを選択しないとアンケートを送信できません。このオプションを順位づけに適用する場合は、少なくともX位まで順位づけする必要があります。


<div class="simplebox">[[File:help.png]] Please note that if you use this attribute with Ranking questions, you have to set the question to '''non-mandatory'''. Otherwise, all the items need to be ranked which is counter-intuitive if you decide to use the '''min_answers''' function too.</div>
<div class="simplebox">[[File:help.png]] この属性を順位づけ質問で使用する場合、その質問は'''必須ではない'''と設定する必要があります。必須にすると、'''min_answers'''機能を使用する直感と異なり、すべてを順位づけしなければなりません。</div>
</onlyinclude>
</onlyinclude>


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

Latest revision as of 01:57, 22 May 2020


最小回答数 (min_answers)

説明

この機能は、複数選択質問で一定数の回答を選択させる場合に使用します。

有効な値

  • 0より大きい整数
  • 任意の数
  • 任意のSGQAコード
  • 任意の質問コード(変数名)
  • ExpressionScript構文を使用した任意の式(中括弧は除く)

Xと設定すると、利用者は少なくともX個のチェックボックスを選択しないとアンケートを送信できません。このオプションを順位づけに適用する場合は、少なくともX位まで順位づけする必要があります。

この属性を順位づけ質問で使用する場合、その質問は必須ではないと設定する必要があります。必須にすると、min_answers機能を使用する直感と異なり、すべてを順位づけしなければなりません。