My research team is trying to put together a survey where participants see a picture in the center of the screen and the 4 multiple choice options are displayed around it: 2 options above the picture in 2 columns and 2 options below the picture in 2 columns. Is it possible to write a javascript that will do this?
Solved
How to display multiple choice answers above question
Best answer by TomG
Set your MC question format to List->Alignment:Column->Number of columns:2. Add this JS to the question and insert the actual image id where the xxxx is:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" tr:first").after(
"<tr><td colspan='4' style='text-align:center;'><img src='/ControlPanel/Graphic.php?IM=xxxx'></td></tr>");
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
