Home › Forums › Support › Help displaying additional Qualtrics blocks with QRT Engine › Reply To: Help displaying additional Qualtrics blocks with QRT Engine
March 15, 2015 at 2:19 pm
#1850
Keymaster
Hi Elaine,
Please add the following JavaScript to the questions you intend to be displayed as normally:
Qualtrics.SurveyEngine.addOnload(function()
{
QRTE.unhideQuestions(); //Unhide all questions
$(‘NextButton’).style.display = ‘inline’; //Unhide next Button
});
Our FAQ has a bit of explanation on why this is necessary:
Hopefully this helps!
Best regards,
Erwin