Actions

QS

Time limit action/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "'''Aanvullende informatie'''")
(Created page with "{{Alert|title= Attentie|text = Als de vraag verplicht is, of als een vraag in de groep verplicht is, wordt een loop in JavaScript gemaakt als de verplichte vraag (vragen) niet...")
Line 23: Line 23:




{{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>
{{Alert|title= Attentie|text = Als de vraag verplicht is, of als een vraag in de groep verplicht is, wordt een loop in JavaScript gemaakt als de verplichte vraag (vragen) niet wordt / worden beantwoord. Als resultaat zal op het scherm worden weergegeven dat bepaalde vragen niet zijn ingevuld, wat op zijn beurt zal leiden tot het vernieuwen van de pagina. </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]].}}
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]].}}

Revision as of 21:13, 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


Aanvullende informatie


  Attentie : Als de vraag verplicht is, of als een vraag in de groep verplicht is, wordt een loop in JavaScript gemaakt als de verplichte vraag (vragen) niet wordt / worden beantwoord. Als resultaat zal op het scherm worden weergegeven dat bepaalde vragen niet zijn ingevuld, wat op zijn beurt zal leiden tot het vernieuwen van de pagina.
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.