Manually setting the order of answer choices | XM Community
Skip to main content
Question

Manually setting the order of answer choices

  • March 14, 2022
  • 1 reply
  • 291 views

Forum|alt.badge.img+1

Hello,
I have a bilingual survey where my client wants the order of answer choices in a question to be displayed in one way in English and in a different order in French.
Aside from creating two separate questions, is there a way to do this through advanced randomization or JS? Thanks!

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • March 15, 2022

You can't use advanced randomization because the same settings would apply to all languages. You can use JS to reorder the choices.
If you want to alphabetize, I have a JS function named mcAlphabetize that you might be interested in.