Actions

QS

Min answers/de: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<div class="mw-translate-fuzzy">
<languages />
<languages />
<onlyinclude>
</div>


<onlyinclude>
<div class="mw-translate-fuzzy">
===Minimum answers (min_answers)===
===Minimale Antwortanzahl (min_answers)===
</div>


'''Beschreibung'''
'''Beschreibung'''


This function can be used to ensure that a user selects at least a certain number of answers in a multiple choice question.
<div class="mw-translate-fuzzy">
Kann genutzt werden um sicherzustellen, dass ein Benutzer mindestens eine bestimmte Anzahl an Antworten einer Mehrfachauswahl wählt.
</div>


'''Valid values'''
<div class="mw-translate-fuzzy">
'''Gültige Werte'''
*Irgendeine ganze Zahl größer als 0
</div>


*Any integer value above 0
*Any integer value above 0
Line 14: Line 23:
*Any [[SGQA_identifier|SGQA]] code
*Any [[SGQA_identifier|SGQA]] code
*Any question code (variable name)
*Any question code (variable name)
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.
*Any equation, using [[ExpressionScript - Presentation|ExpressionScript]] syntax, without surrounding curly braces.


'''Beispiel'''
'''Beispiel'''


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.
<div class="mw-translate-fuzzy">
Wenn der Wert auf 3 gesetzt ist, kann der Benutzer die Umfrage nur abschicken, wenn er mindestens 3 Antworten gewählt hat. In Reihenfolgefragen wird dafür gesort, dass mindestens drei Einträge eingestuft werden. '''Bitte achten Sie darauf Reihenfolgefragen nicht als Pflichtfragen zu setzen, wenn dieses Attribut verwendet wird, weil bei einer Pflichtfrage alle Einträge geordnet werden müssen, was dem Sinn des Attributs widerspricht.'''
</div>


<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]] 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>

Revision as of 16:55, 19 May 2020

Minimale Antwortanzahl (min_answers)

Beschreibung

Kann genutzt werden um sicherzustellen, dass ein Benutzer mindestens eine bestimmte Anzahl an Antworten einer Mehrfachauswahl wählt.

Gültige Werte

  • Irgendeine ganze Zahl größer als 0
  • Any integer value above 0
  • Any number
  • Any SGQA code
  • Any question code (variable name)
  • Any equation, using ExpressionScript syntax, without surrounding curly braces.

Beispiel

Wenn der Wert auf 3 gesetzt ist, kann der Benutzer die Umfrage nur abschicken, wenn er mindestens 3 Antworten gewählt hat. In Reihenfolgefragen wird dafür gesort, dass mindestens drei Einträge eingestuft werden. Bitte achten Sie darauf Reihenfolgefragen nicht als Pflichtfragen zu setzen, wenn dieses Attribut verwendet wird, weil bei einer Pflichtfrage alle Einträge geordnet werden müssen, was dem Sinn des Attributs widerspricht.

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.