Perhaps someone here could help me: I'd like to have a visible countdown timer for my question that also allows the answer to be submitted after the countdown has ended. I've understood that this could be done in LimeSurvey but I'm not sure how exactly.
Right now I have a question group with 2 questions: one with a slider for providing the answer and another long free text -type question with a visible countdown timer and a hidden input field (the latter question is acting as timer for this question group - you can't have both a slider and a timer in same question).
Essentially, what I'm looking for could perhaps be a visible count-down timer without any action after time-limit.
Alternative : use another question with "disable only" with timer.
This disable only the extra question (and you can hide the answer part)
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
The following user(s) said Thank You: holch, Kaikelan_190010
<div> next button <span id="timer1">20s <span> enable </span></span> <script>
window.onload = function(){
var sec = 19;
// Delay time - need to be modified - 1
setInterval(function(){