On our brand we currently have custom exception groups set up for survey owners that publish surveys with question types that don't meet accessibility standards. We will be eliminating these custom exception groups on May 22, 2023.
Has anyone used API queries to determine the survey question types used for a given survey, associate them with a user, and aggregate the output across users in a brand?
Thanks,
Sergio
My feeling is that generally, all the Qualtrics related stuff is accessibility compliant, however, I would ask you to confirm with support. That leaves the questions and answer choices.
I haven't done this before, however, here's how I would try to go about it:
- Extract survey definitions using API (these will be in a JSON format)
- Extract HTML of questions and choices from the JSON
- Test each of these using some accessibility library.
There are multiple question types that are not accessible. For the latest updates see:
https://www.qualtrics.com/support/survey-platform/survey-module/survey-tools/check-survey-accessibility/#QuestionTypeAccessibility
Qualtrics recommends using simple layout as the theme layout for accessibility
https://www.qualtrics.com/support/survey-platform/survey-module/survey-tools/check-survey-accessibility/#AccessibleThemes
Here's the current list of features that are not compatible with basic layout. Qualtrics is redesigning the platform so that some of these features will eventually be available in simple layout
https://www.qualtrics.com/support/survey-platform/survey-module/look-feel/simple-layout/#CurrentlyUnsupported
Has anyone used API queries to determine the survey question types used for a given survey, associate them with a user, and aggregate the output across users in a brand?
Thanks,
Sergio
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.