Actions

QS

Min answers/de: Difference between revisions

From LimeSurvey Manual

(Created page with "Kann genutzt werden um sicherzustellen, dass ein Benutzer mindestens eine bestimmte Anzahl an Antworten einer Mehrfachauswahl wählt.")
(Created page with "'''Gültige Werte''' *Irgendeine ganze Zahl größer als 0")
Line 8: Line 8:
Kann genutzt werden um sicherzustellen, dass ein Benutzer mindestens eine bestimmte Anzahl an Antworten einer Mehrfachauswahl wählt.
Kann genutzt werden um sicherzustellen, dass ein Benutzer mindestens eine bestimmte Anzahl an Antworten einer Mehrfachauswahl wählt.


'''Valid values'''
'''Gültige Werte'''
*Any integer value above 0
*Irgendeine ganze Zahl größer als 0


<div class="simplebox">And as of Version 1.92</div>
<div class="simplebox">And as of Version 1.92</div>

Revision as of 16:48, 22 May 2013


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
And as of Version 1.92
  • Any number
  • Any SGQA code
  • Any question code (variable name)
  • Any equation, using Expression Manager syntax, without surrounding curly braces.

Example

If set to 3, the user will only be able to submit the survey form if they have selected at least three check-boxes. In ranking questions, this ensures that at least three items are ranked. Please note that if you use this attribute with Ranking questions please set the question to non-mandatory - because when you leave it at mandatory all items need to be ranked which is counter-active to this feature.