I’m trying to implement this option, but the survey freezes when this questions is supposed to appear and doesn’t allow me to advance any further. In the JavaScript I added this:
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place Your Javascript Below This Line*/
this.questionContainer.style.display = ‘none’;
});
Did I put it wrong or do I have to create it as a specific type of question?
Thanks and congratulations for all your work on the QRTEngine!