Thank you for the suggestion. But after having discussed the issue with the ADMIN (I'm a user), we decided not to update it until later since there are multiple active surveys still running and we were afraid of screwing up..
That means I have to stick with the script now. I figured out a way to work around the category "Other" and the following script worked well on removing "No answer, ".
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('.insertedText').each(function(i){
var thisText = $(this).text();
thisText = thisText.replace(/No answer, /g, '').replace(/, $/, ' ');
$(this).text(thisText);
});
});
</script>
My last question: how can I remove the last comma (i.e., the trailing comma after population C) in the text below?
You indicated population A, population B, population C, are under-served....