Hi,
I am trying to input a questionnaire from the Resistance to Peer Influence questionnaire (Steinberg & Monahan, 2007) (screenshot below) but cannot find this format on Qualtrics.
This is the question style. I have tried using Matrix table and then Max Dif but this only allows one column in the middle and one tick box either side. Does anyone know how I could format questions like this on Qualtrics?
Solved
Please can anyone help me format this question on Qualtrics
Best answer by ahmedA
I guess the closest you can come is using a Side-by-Side question.
Here's how I reached to this point. Hope it helps. Theme boxed questions.
Final look:
Survey Editor:
Question HTML:
Click to write the question text
Question JS:
Qualtrics.SurveyEngine.addOnReady(function () {
var a = this.getQuestionContainer().querySelectorAll(".q-radio")[2]
.parentElement;
a.innerHTML = `
Some people go along with their friends just to keep their friends happy. | BUT | Other people refuse to go along with what their friends want to do, even though they know it will make their friends unhappy. |
`;
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

I have followed instructions for HTML
Any advice on this please. Also where do I add the java script when I right click there is no option.
What I'm missing is how to define that the second line is in fact a new statement requiring a new line?