Actions

QS

Min answers/sl: Difference between revisions

From LimeSurvey Manual

(Created page with "'''Veljavne vrednosti'''")
(Created page with "*Katera koli cela vrednost nad 0 *Katera koli številka *Katera koli koda SGQA *Katera koli koda vprašanja (ime spremenljivke) *Katera koli enačba z upor...")
Line 10: Line 10:
'''Veljavne vrednosti'''
'''Veljavne vrednosti'''


*Any integer value above 0
*Katera koli cela vrednost nad 0
*Any number
*Katera koli številka
*Any [[SGQA_identifier|SGQA]] code
*Katera koli koda [[SGQA_identifier|SGQA]]
*Any question code (variable name)
*Katera koli koda vprašanja (ime spremenljivke)
*Any equation, using [[ExpressionScript - Presentation|ExpressionScript]] syntax, without surrounding curly braces.
*Katera koli enačba z uporabo [[ExpressionScript - Presentation| ExpressionScript]] sintaksa, brez okoliških zavitih oklepajev.


'''Example'''
'''Example'''

Revision as of 09:33, 12 December 2023


Najmanjše število odgovorov (min_answers)

Opis

To funkcijo je mogoče uporabiti za zagotovitev, da uporabnik izbere vsaj določeno število odgovorov v vprašanju z več možnimi odgovori.

Veljavne vrednosti

  • Katera koli cela vrednost nad 0
  • Katera koli številka
  • Katera koli koda SGQA
  • Katera koli koda vprašanja (ime spremenljivke)
  • Katera koli enačba z uporabo ExpressionScript sintaksa, brez okoliških zavitih oklepajev.

Example

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.