DELETE
Page 1 / 1
DELETE
That won’t be possible. Autoadvance is all or nothing.
You could probably implement autoadvance manually for some questions like this:
Qualtrics.SurveyEngine.addOnReady(function () {
const quest = this;
const qc = quest.getQuestionContainer();
const allInputs = qc.querySelectorAll("input");
allInputsu1].oninput = function () {
quest.clickNextButton();
};
});
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.