I am trying to hide a question for all participants. This code is working, but it flashes the question for a fraction of a second (not ideal). Can anyone suggest code to make sure the question is fully hidden? I cannot use display logic because the question needs to actually occur - just out of the participants' view.
Qualtrics.SurveyEngine.addOnReady(function () {
var $this = jQuery(this.questionContainer);
$this.hide(); //this line will hide the question for participants
});
Question
Hidden Question Still Showing - JS Advice?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
