Obtaining the number of questions or answer choices in a survey | XM Community
Skip to main content
Solved

Obtaining the number of questions or answer choices in a survey

  • June 16, 2022
  • 1 reply
  • 1090 views

Forum|alt.badge.img

Hi there,
I'm curious if there is a way to get the number of questions used in a survey? I'd like to get a count without manually counting them, if possible.
Also, is there a way to get a count of the number of answer options in a given survey? For example, if a question has "Yes" and "No" as options (2 answer options) and a matrix table with 10 statements and 5 columns (50 answer options), then the total number of answer options is 52.
Thank you in advanced!

Best answer by TomG

You can use https://api.qualtrics.com/73d7e07ec68b2-get-survey to get information about survey questions and choices, then process the returned data to calculate the numbers you want.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6082 replies
  • Answer
  • June 16, 2022

You can use https://api.qualtrics.com/73d7e07ec68b2-get-survey to get information about survey questions and choices, then process the returned data to calculate the numbers you want.