Solved
Making default radio buttons that are unclickable/unchangeable
Hi everyone,
I am struggling making radio buttons with default choices that are unchangeable by the respondents. That is, I want to show respondents a matrix table with pre-selected radio buttons as "an example", so that the respondents can only see the default choices but cannot change them. I remember I saw some surveys that had grey default radio button choices I could not change... Is there any way I can do this in Qualtrics?
Thank you so much!
Best answer by TomG
This should do it:
```
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" input[type=radio]:not(:checked)").prop("disabled", true);
});
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
