Hi, I want to shift the answers so they line up with the choices:

I want to do this for 80 questions that are formatted identically. Can you help me please?
Hi, I want to shift the answers so they line up with the choices:

I want to do this for 80 questions that are formatted identically. Can you help me please?
Best answer by TomG
Classic is the best layout for what you want to do. Your JS might have an error which stops it from running. I’m not sure what else you’ve done, because if your choices are Horizontal they should take up 100% of the width.
Anyway, your JS could be something like this:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .ChoiceStructure tr").prepend("<td></td>").find("td").each(function() { this.setAttribute("width","25%"); });
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.