JavaScript code for survey progress

Home Forums Support JavaScript code for survey progress

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #955
    Asher Strauss
    Guest

    Hi there
    First, I would like to thank you for your great site and service.
    Second, I am trying to write a simple survey in qualtrics using JS and I can’t find a code to progress the survey forward (as if the subject pressed the next button).
    I’m hiding the button with:

    Qualtrics.SurveyEngine.addOnload(function ()
    {
    $(‘NextButton’).setAttribute(“style”, “display:none”);
    });

    Is there any way I can call a function which will progress the survey?

    Thank you very much!
    Asher
    Hebrew University of Jerusalem

    #963
    JSBarnhoorn
    Keymaster

    Hi Asher,

    Thanks for your interest! I think you are looking for the following:

    this.clickNextButton();

    Furthermore, I advice you to have a look at the following page:

    http://www.qualtrics.com/university/researchsuite/developer-tools/custom-programming/survey-javascript-methods/

    Good luck with your survey!

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