Help displaying additional Qualtrics blocks with QRT Engine

Home Forums Support Help displaying additional Qualtrics blocks with QRT Engine

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1574
    Elaine
    Guest

    Thank you for developing this tool. I have created a basic Stroop test using QRT Engine, and the task itself works well. However, I want this survey block to be just one block in a longer series of survey blocks, the rest of which do not involve java-based tests or stimuli.

    My problem is that these other blocks will not display when I click on the survey link (or preview the survey). If the Stroop test is the first survey block in my instrument, the test runs fine but then the rest of the survey will not display. If the Stroop test block comes later in the survey, no content displays at all when one clicks on the survey link.

    How can I make my additional survey blocks appear when my Qualtrics survey is powered by QRT Engine? Thanks in advance for your help.

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Support’ is closed to new topics and replies.