Question code while piping | XM Community
Solved

Question code while piping

  • 15 January 2019
  • 3 replies
  • 2 views

Userlevel 1
Badge +2
Is there a way to figure out the code of every question without the questions code: ${q://QID122/ChoiceGroup/SelectedChoices}? Currently I am piping in questions in order to view this code but as I add more questions the question code changes as well. Piping every time is very inefficent as I have 40 questions.
icon

Best answer by MsIreen 16 January 2019, 08:10

View original

3 replies

Userlevel 7
Badge +23
You can do an export from the data tab and it will show you all the IDs in the third row
It is not clear what you need the question ID for. Do you want a list of question IDs?
Userlevel 1
Badge +2
@HanH I am basically creating an array that contains the selected choices from each question, for e.g. var x = [${q://QID122/ChoiceGroup/SelectedChoices}, ....]. I need to keep track of the ids otherwise I capture wrong answers.

Leave a Reply