Actions

QS

Max answers/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
(Updating to match new version of source page)
Line 6: Line 6:
'''Beschrijving'''
'''Beschrijving'''


Met dit attribuut kun je instellen dat de gebruiker maximaal het ingevulde aantal antwoordopties kiest bij een meerkeuzevraag.
It can be used to limit the total number of answers a user can select in a multiple choice question.


'''Geldige waarden'''
'''Geldige waarden'''


*een aantal
*Any number value
*een SGQA code {{NewIn/nl|1.92}}
*Any [[SGQA_identifier|SGQA]] code
*een vraagcode (variabele naam){{NewIn/nl|1.92}}
*Any question code (variable name)
*een vergelijking, zie [[Expression Manager/nl|Expressie beheer]], zonder de omringende accolades.{{NewIn/nl|1.92}}
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.


'''Voorbeeld'''
'''Voorbeeld'''


Als je de waarde 2 invult, dan kan de respondent maximaal 2 items (het veld '''Andere''' is dan ook 1 item) selecteren. Bij het vraagtype rangschikken kunnen er maximaal 2 items gerangschikt worden.
If set to 2, the user will only be able to check at most two checkboxes or one checkbox + fill the "Other" field (if any). For the Ranking questions, the participant would be able to select maximum two items.
 
</onlyinclude>
</onlyinclude>


[[Category:Question Settings/nl]][[Category:Advanced Question Settings/nl]]
[[Category:Question Settings]][[Category:Question Logic Options]]

Revision as of 15:35, 31 March 2018


Maximum aantal antwoorden (max_answers)

Beschrijving

It can be used to limit the total number of answers a user can select in a multiple choice question.

Geldige waarden

  • Any number value
  • Any SGQA code
  • Any question code (variable name)
  • Any equation, using Expression Manager syntax, without surrounding curly braces.

Voorbeeld

If set to 2, the user will only be able to check at most two checkboxes or one checkbox + fill the "Other" field (if any). For the Ranking questions, the participant would be able to select maximum two items.