Actions

QS

QS:Zeitlimit-Aktion

From LimeSurvey Manual

Revision as of 09:02, 9 August 2023 by Maren.fritz (talk | contribs) (Created page with "Legt die Aktion fest, die ausgeführt wird, wenn ein „time_limit“ abgelaufen ist. Standardmäßig lautet die Aktion für ein Zeitlimit „Warnen und weitermachen“, was b...")


Zeitlimit-Aktion (time_limit_action)

Beschreibung


Legt die Aktion fest, die ausgeführt wird, wenn ein „time_limit“ abgelaufen ist. Standardmäßig lautet die Aktion für ein Zeitlimit „Warnen und weitermachen“, was bedeutet, dass das System eine kurze Warnung ausgibt, dass das Zeitlimit abgelaufen ist, bevor die Frage gespeichert und automatisch auf „Weiter >>“ geklickt wird. Die alternativen Möglichkeiten sind:

  • „Ohne Warnung weitermachen“, wodurch nach Ablauf des Timers automatisch auf die Schaltfläche „Weiter >>“ geklickt wird, jedoch ohne Warnmeldung.
  • „Nur deaktivieren“, wodurch Änderungen deaktiviert werden in der Frage, sodass der Teilnehmer nichts ändern kann, aber nicht automatisch auf die Schaltfläche „Weiter >>“ klickt.

This setting is only applicable if the general time limit setting is activated.

Available options

  • Warn and move on (default): will warn the participant that the time has expired, and then click the next button
  • Move on without warning: will immediately click the next button after the time limit has expired
  • Disable only: will disable the answer after the time limit has expired but not automatically click next


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.