Reply To: Help displaying additional Qualtrics blocks with QRT Engine

Home Forums Support Help displaying additional Qualtrics blocks with QRT Engine Reply To: Help displaying additional Qualtrics blocks with QRT Engine

#1850
Erwin Haasnoot
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:

http://www.qrtengine.com/faq/

Hopefully this helps!

Best regards,

Erwin