Actions

QS

Min answers/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "'''Beschrijving'''")
(Created page with "Met dit attribuut kun je instellen dat de gebruiker minstens het ingevulde aantal antwoordopties kiest bij een meerkeuzevraag.")
Line 6: Line 6:
'''Beschrijving'''
'''Beschrijving'''


Can be used to ensure that a user selects at least a certain number of answers in a multiple choice question.
Met dit attribuut kun je instellen dat de gebruiker minstens het ingevulde aantal antwoordopties kiest bij een meerkeuzevraag.


'''Valid values'''
'''Valid values'''

Revision as of 15:59, 24 August 2013


Minimum aantal antwoorden (min_answers)

Beschrijving

Met dit attribuut kun je instellen dat de gebruiker minstens het ingevulde aantal antwoordopties kiest bij een meerkeuzevraag.

Valid values

  • Any integer value above 0
 Hint: This feature changed with 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.