Qubie Question: Javascript to Transpose Matrix questions | XM Community
Skip to main content
Solved

Qubie Question: Javascript to Transpose Matrix questions

  • May 27, 2022
  • 2 replies
  • 11 views

Forum|alt.badge.img

Hi,
I have a survey with 50+ questions.
The survey is created via an import .txt file - I need to transpose each question (They are all Matrix questions) after the import.
Is there a way to transpose matrix questions with javascript after the import?

Best answer by TomG

No, you'll have to go to each question and check transpose.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • May 27, 2022

No, you'll have to go to each question and check transpose.


Forum|alt.badge.img
  • Author
  • June 3, 2022

That's a shame 😉 I just love automating stuff!