- Posts: 16
- 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() {
$('#question{QID} tr.answers-list:eq(0) .answer_cell_96 *').remove();
$('#question{QID} tr.answers-list:eq(1) .answer_cell_96 *').remove();
$('#question{QID} tr.answers-list:eq(2) .answer_cell_96 *').remove();
});
</script>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.