- Posts: 23
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script type="text/javascript"> $(document).on('ready pjax:scriptcomplete',function(){ // Change the prefixes $('#question{QID} .ddprefix:eq(0)').html('Pre1'); $('#question{QID} .ddprefix:eq(1)').html('Pre2'); $('#question{QID} .ddprefix:eq(2)').html('Pre3'); $('#question{QID} .ddprefix:eq(3)').html('Pre4'); $('#question{QID} .ddprefix:eq(4)').html('Pre5'); $('#question{QID} .ddprefix:eq(5)').html('Pre6'); $('#question{QID} .ddprefix:eq(6)').html('Pre7'); $('#question{QID} .ddprefix:eq(7)').html('Pre8'); // Change the suffixes $('#question{QID} .ddsuffix:eq(0)').html('Suff1'); $('#question{QID} .ddsuffix:eq(1)').html('Suff2'); $('#question{QID} .ddsuffix:eq(2)').html('Suff3'); $('#question{QID} .ddsuffix:eq(3)').html('Suff4'); $('#question{QID} .ddsuffix:eq(4)').html('Suff5'); $('#question{QID} .ddsuffix:eq(5)').html('Suff6'); $('#question{QID} .ddsuffix:eq(6)').html('Suff7'); $('#question{QID} .ddsuffix:eq(7)').html('Suff8'); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.