Just a quick update for the sake of posterity. I got it to work with two separate questions (both being randomly selected from the same list).
Revised file is attached in case anyone runs into the same issue.
Two questions that are probably less tricky, but I couldn't find direct answers to:
1) If I hide page 2 completely (using the Limesurvey options), then my randomly selected choices do not pipe through to page 3. As such, I have the page autopunching submit using the code below, however it has a bit of lag and isn't that seamless from a survey takers standpoint.
2) Does anyone have some code snippet that basically tells the program "If random variable 2 is the same as random variable 1, please re-select variable 2."
Revised file is attached in case anyone runs into the same issue.
Two questions that are probably less tricky, but I couldn't find direct answers to:
1) If I hide page 2 completely (using the Limesurvey options), then my randomly selected choices do not pipe through to page 3. As such, I have the page autopunching submit using the code below, however it has a bit of lag and isn't that seamless from a survey takers standpoint.
jQuery(document).ready(function($) {
document.limesurvey.move.value = 'movenext';
document.limesurvey.submit(); });
</script>
2) Does anyone have some code snippet that basically tells the program "If random variable 2 is the same as random variable 1, please re-select variable 2."