Unanswered questions | XM Community
Skip to main content

Unanswered questions

8904 Topics

I am interested in setting progress in the survey by pressing Enter. To do this I found the following code-Qualtrics.SurveyEngine.addOnload(function() {             var qid = this.questionId;             document.onkeydown = function(event) {                            console.log('keydown',event);                            if (event.which == 37) {                                          event.preventDefault();                                         Qualtrics.SurveyEngine.registry[qid].setChoiceValue(1, true);                            } else if (event.which == 39) {                                          event.preventDefault();                                         Qualtrics.SurveyEngine.registry[qid].setChoiceValue(2, true);                            } else if (event.which == 13) {                                          event.preventDefault();                                          jQuery('#NextButton').click();                            }             }});There are ques

Motivational Playlist