Hello,
I'm trying to show a respondent an image, and respond via text entry, if the user does not recognise the image, then it requires the "none" response.
I've implemented a bit of javascript, I can make the checkbox completely dissapear, but the text dissapears with it (blurred out).
How can I make it so only the checkbox's I've shown will hide?
Here's the code I implemented
Qualtrics.SurveyEngine.addOnload(function() {
var q = jQuery("#"+this.questionId);
q.find("label").attr("style", "display:none !important");
q.find("input[type=checkbox]").hide();
});
Multiple choice w/ text-entry - hiding the checkbox for some entry
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
