Below is an example ranking question with 3 answer choices to be ranked:
When I actually try out the survey, the response options (Option 1, Option 2, and Option 3) are tough to distinguish. Is it possible to put a box around each answer choice? That is, Option 1 would have a box around it, and so on. I know how to do this with html for the question stem, but I don't know how to apply it for the response options. Maybe javascript is the right choice?
Page 1 / 1
Try the below JS
jQuery("#"+this.questionId+" .ui-sortable li").css({"border":"1px solid red","margin-bottom": "5px"});
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.