
Solved
Can I remove entire columns (label and radio button) from a rank order question?
I have a radio button type Rank Order question with 5 items. However, we only want/need the respondents to rank their top 3 of 5 choices. How can I hide the label and radio buttons for 4 and 5? THANKS!
!

Best answer by Anonymous
Hello @Nadaly ,
Paste the below code in the js(onReady) of the radio button type Rank Order question
jQuery("#"+this.questionId+" tr.Answers th:eq(3), tr.Answers th:eq(4)").hide();
jQuery("#"+this.questionId+" .ChoiceStructure tbody tr").find('td:eq(3)').hide();
jQuery("#"+this.questionId+" .ChoiceStructure tbody tr").find('td:eq(4)').hide();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
