I need to display a series of five images horizontally. The first image is a key, the remaining four images need to be selectable and users need to select two of these matching images.
So, I have created a multiple choice question.
How do I disable the first option (the key) so it is not selectable?
I have tried something like the following to no avail: document.getElementById(this.questionId)[0].style.display="none";
(I should note that I use this.questionID because I have manually changed the question name and I don't think Qualtrics uses the name as the element ID.
Solved
Disable one option for multiple choice
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.