- Posts: 55
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $(function() { $("#question{QID} input").hide(); }); </script>
- Add a time limited question (short text for example)
- Set 'go next' for action
- Hide this question in javascript $("#question{QID}").hide()
Then the time limit happen for the group, when the time limit come for question, he go to the next group.