...
- The progress bar in Qualtrics is not accessible, so you must select Survey Options > Enable Question Numbers for surveys of more than one page. If using randomization this will likely pose a question numbering issue. Survey developers might consider consulting the Qualtrics XM Community for possible custom Javascript solutions that are outside the scope of this guide.
- It is also considered best practice to indicate the number of questions in the survey introduction (if possible).
- Turn off question numbering for the Text/Graphic question type which does not require user interaction by inserting the Javascript string: jQuery("#"+this.questionId+" .ExportTag").hide(); into the addOnReady section of the Edit Question JavaScript box.
- If questions are added or skipped using logic you must alert the user. For example, "Answering yes to this question will reveal two additional follow-up questions." or "If answering no skip to question 14."
...