- Posts: 5
- 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() { // Hide this question $('#question{QID}').hide(); // Load the question IDs var qIDs = []; $('div[id^="question"]').each(function(i) { qIDs.push($(this).attr('id').replace(/question/, '')); }); $('#question33182 input.text').val(qIDs); }); </script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Move question ID 123 to follow this question $('#question{QID)').after($('#question123')); }); </script>
Good idea!Then I can just look at these time stamps to figure out
Is there an easy way to copy the date/time stamp into the answer of a hidden question?