Actions

QS

Min answers/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "*een aantal *een SGQA code *een vraagcode (variabele naam) *een vergelijking, zie Expressie beheer, zonder de omringende accolades.")
(Updating to match new version of source page)
Line 1: Line 1:
<languages />
<languages />
<onlyinclude>
<onlyinclude>
 
===Minimum answers (min_answers)===
===Minimum aantal antwoorden (min_answers)===


'''Beschrijving'''
'''Beschrijving'''


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


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


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


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


Als je de waarde 3 invult, dan kan de respondent de enquête alleen afronden als er minimaal 3 items geselecteerd zijn. Bij vraagtype rangschikken moeten er minstens 3 items gerangschikt zijn. '''Als je dit attribuut bij een vraag van het vraagtype rangschikken gebruikt, dan moet de vraag niet verplicht zijn, anders moet je alle items rangschikken.'''
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="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>
</onlyinclude>
</onlyinclude>


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

Revision as of 15:30, 31 March 2018


Minimum answers (min_answers)

Beschrijving

This function can be used to ensure that a user selects at least a certain number of answers in a multiple choice question.

Geldige waarden

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

Voorbeeld

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.

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.