Quantcast
Viewing all articles
Browse latest Browse all 17529

array filter in sub answer - by: papnikol

tpartner wrote:
Set up your survey to use JavaScript and add something like this to the question source:

<script type="text/javascript" charset="utf-8">
	$(document).ready(function(){
		//Hide the last radio in the first row
		$('#question'+{QID}+' tr.answers-list:first input.radio:last').remove();
	});
</script>

Hi, I just started with limesurvey (using version Version 2.55.3).
I tried this solution and it works up to a point. The radio button becomes non-clickable but it still shows. I also tried hide() instead of remove() but it did not work. Any advice?

Viewing all articles
Browse latest Browse all 17529

Trending Articles