Autocoding Rank order question | XM Community
Skip to main content

Autocoding Rank order question

  • October 5, 2022
  • 2 replies
  • 46 views

Teddy
Forum|alt.badge.img+1

100.pngI maked rank order question (Format: Text box).
As shown in the image above, I want to record the response value of the ranking question in the hidden single question.
How can I express it using JavaScript?

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • October 5, 2022

What is the purpose of doing this? You might be interested in captureRanks, which captures the same data (labels and recodes for 1st, 2nd, 3rd) without the hidden questions.


Teddy
Forum|alt.badge.img+1
  • Author
  • October 5, 2022

The purpose of this is to easily check the frequency of each ranking on the result page.
Your answer was very helpful.
Thank you.