Actions

QS

Min answers/sl: Difference between revisions

From LimeSurvey Manual

(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...")
(Created page with "'''Primer'''")
Line 16: Line 16:
*Katera koli enačba z uporabo [[ExpressionScript - Presentation| ExpressionScript]] sintaksa, brez okoliških zavitih oklepajev.
*Katera koli enačba z uporabo [[ExpressionScript - Presentation| ExpressionScript]] sintaksa, brez okoliških zavitih oklepajev.


'''Example'''
'''Primer'''


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.  
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.  

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.

Primer

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.