- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ window.setInterval(function(){ $('#question{QID} input[type="text"]').val(Number($('#question{QID} input[type="text"]').val())+1); }, 1000); }); </script>
The JavaScript would need to POST data or use a GET URL every x seconds. LimeSurvey would need a different URL generation / session concept to allow that in an easy way.holch wrote: Because a question on that same page won't be stored if someone closes the tab page or closes the browser? Or am I thinking wrong?
I have read things like:holch wrote: @Jelo: I think there are far more important (basic) things to implement in LS before this very specific feature, don't you think?
. Perhaps I got it wrong. But perhaps people writing such statements, are not using other survey tools at all. I only recognize that, when people tell me about features, which I haven't found. E.g. that LimeSurvey supports Skip-Logic. I'm was only aware of Display-Logic. But I was pointed to the feature-list, which states Skip-Logic.Limesurvey is cheaper and have a lot more features than other surveytools