Reply To: Practice block

Home Forums Support Practice block Reply To: Practice block

#8831
Stephen
Guest

Just noticed a strange thing in the code you pasted above…it says ‘inline'; where it should just read ‘inline’, maybe that is the problem? Here is the full code I have used that works:

Qualtrics.SurveyEngine.addOnload(function()
{
QRTE.unhideQuestions(); //Unhide all questions
$(‘NextButton’).style.display = ‘inline’; //Unhide next Button
});