Branching to questions in different languages, progress bar issues | XM Community
Skip to main content
Solved

Branching to questions in different languages, progress bar issues

  • June 5, 2020
  • 6 replies
  • 97 views

I have a survey in two different languages with a filter question at the beginning and branching to the question blocks in that language. However, the progress bar doesn't work properly now and includes all the questions of both languages in the total.
I can exclude one branch from the progress bar, but then the progress bar won't work for that set of questions/language.
Any way to solve this or a better way to set this up for two languages?



Best answer by rondev

Where do I enter the code for each question? - In the JS, under onReady function

6 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1450 replies
  • June 5, 2020

Why are we not translating the same question in two languages?


  • Author
  • 4 replies
  • June 5, 2020

I'm not using Qualtrics translate. I have my own translations of the questions.


rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1450 replies
  • June 5, 2020

Just to let you, using different question may lead to having responses of same question in different columns of data and analysis tab, which would be little difficult to analyse.
To answer your actual question, you can use this code, which will be little tedious to put on each question, but will work.


  • Author
  • 4 replies
  • June 5, 2020

Thanks for that! Where do I enter the code for each question?


rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1450 replies
  • Answer
  • June 5, 2020

Where do I enter the code for each question? - In the JS, under onReady function


  • Author
  • 4 replies
  • June 5, 2020

Thanks!