Actions

QS

Time limit action/nl: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 3: Line 3:


===Tijdslimiet actie (time_limit_action)===
===Tijdslimiet actie (time_limit_action)===


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


Bepaald welke actie er ondernomen wordt bij het verlopen van de tijdslimiet. Standaard is het "Waarschuwen en doorgaan", dit betekent dat er een waarschuwing wordt gegeven dat de tijdslimiet is verlopen, de vraag wordt opgeslagen en er wordt automatisch op de knop "Volgende >>" gedrukt. De andere keuzes zijn:
Bepaald welke actie er ondernomen wordt bij het verlopen van de tijdslimiet. Standaard is het "Waarschuwen en doorgaan", dit betekent dat er een waarschuwing wordt gegeven dat de tijdslimiet is verlopen, de vraag wordt opgeslagen en er wordt automatisch op de knop "Volgende >>" gedrukt. De andere keuzes zijn:
Line 17: Line 19:
*Alleen uitschakelen
*Alleen uitschakelen


'''More informations'''


{{Alert|If the question is mandatory, or a question in the group was mandatory : a javascript loop can happen if mandatory question are not answered.}}
'''Additional information'''
 
 
{{Alert|title=Attention|text=If the question is mandatory, or a question in the group is mandatory, a JavaScript loop will be created if the mandatory question(s) is/are not answered. As a result, an error will be displayed on the screen that certain questions have not be filled in, which in turn will trigger the refresh of the page.</br>
 
Instead of relying on mandatory questions, you may use [[Expression_Manager_-_presentation|expressions]] (read more about [[QS:Em_validation_q|question]] and [[QS:Em_validation_sq|subquestion]] validation equations) to make the user not leave empty the answer fields. To see how the validation equations work, check the following [[Expression_Manager_sample_surveys#Validation_Equations|example]].}}
 
 
In the case in which you want to apply a timer to a question group, activate the [[General_settings#General_settings_panel|group-by-group survey mode]], set up a question to use the [[QS:Time_limit|time limit functionality]], and choose the warn and move on (default) option as time limit action. Once the question timer expires, the survey will move to the next page.


* In group by group mode : settings one question with move timer in a group apply to whole group.


[[Category:Question Settings/nl]][[Category:Question Timer Options]]
[[Category:Question Settings/nl]][[Category:Question Timer Options]]

Revision as of 21:10, 22 November 2018


Tijdslimiet actie (time_limit_action)

Beschrijving


Bepaald welke actie er ondernomen wordt bij het verlopen van de tijdslimiet. Standaard is het "Waarschuwen en doorgaan", dit betekent dat er een waarschuwing wordt gegeven dat de tijdslimiet is verlopen, de vraag wordt opgeslagen en er wordt automatisch op de knop "Volgende >>" gedrukt. De andere keuzes zijn:

  • "Doorgaan zonder waarschuwen", dus geen waarschuwing tonen maar doen alsof er op de vervolg-knop gedrukt is.
  • "Alleen uitschakelen", de deelnemer kan de vraag niet meer invullen, maar er wordt niet automatisch op de vervolg-knop gedrukt.

Deze instelling is alleen van toepassing als de algemene tijdslimiet instelling geactiveerd is.

Beschikbare opties

  • Waarschuwen en doorgaan (standaard)
  • Doorgaan zonder waarschuwen
  • Alleen uitschakelen


Additional information


  Attention : If the question is mandatory, or a question in the group is mandatory, a JavaScript loop will be created if the mandatory question(s) is/are not answered. As a result, an error will be displayed on the screen that certain questions have not be filled in, which in turn will trigger the refresh of the page.
Instead of relying on mandatory questions, you may use expressions (read more about question and subquestion validation equations) to make the user not leave empty the answer fields. To see how the validation equations work, check the following example.



In the case in which you want to apply a timer to a question group, activate the group-by-group survey mode, set up a question to use the time limit functionality, and choose the warn and move on (default) option as time limit action. Once the question timer expires, the survey will move to the next page.