I would like to hide the (multiple) choice container and then show it later. I tried this code, but it doesn't work. Does anyone have any suggestions? Thanks!
Qualtrics.SurveyEngine.addOnReady(function()
{
jQuery("#getChoiceContainer").hide();
setTimeout(function() { jQuery("#getChoiceContainer").show(); },15000);
});
Delay choice container with JS
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
