Home › Forums › Support › Practice block › Reply To: Practice block
December 3, 2015 at 6:46 pm
#8831
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
});