Is there a way to use Java script to record in the dataset whether the respondent hit the "back" button on any given page?
Page 1 / 1
Use Qualtrics.SurveyEngine.addOnPageSubmit(function(button) {...
The value of button will be "prev" (or "previous" - I don't remember) if the PreviousButton is clicked. Then you can save something to an embedded data field to record it.
The value of button will be "prev" (or "previous" - I don't remember) if the PreviousButton is clicked. Then you can save something to an embedded data field to record it.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.