I want to design a survey where the options look like the below with radio button for each option. How to do it? Like matrix table but a text at both ends of the question.
I tried JS but with the placements changes with the survey options. See below. The 1st one is perfect but the 2nd one is not. Please help.
JS
--------------------------
(Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .c1").hide();
});)