Multilanguage survey

Hi,

I am starting the implement my survey in SurveyEngine. How can I first start the survey with the following question: Please choose the language you would like to use to complete this survey: o Nederlands, o Francais, o English

Depending on the language participants select, the survey will be in the selected language.

How to design this multilanguage design in 1 survey?

Thank you in advance.

This is more about management than features. So consider the following.
Do you want one data set to manage?
Is this purely a user preference or are there impacts on the data analysis?
Do you want to allocate experiment scenarios within or across languages?
How likely is the survey to change post first draft.

The answers to each of these will dictate how you set up your study.

In the most Naive interpretation - it’s just user preference and every data item perfectly matches each other irregardless of language (unlikely) then the management issue is one of change. What you want to avoid is having to track changes in parallel across 3 languages.

Here is the best practice at SurveyEngine.

  1. Define and complete your survey in a single reference language - usually English. Get this working in logic and signed off by the stakeholders.
  2. Export the codeplan as excel - do the translations offline and upload as new surveys.
  3. Then have a single ‘router’ survey that asks the preference and then directs them to the relevant language survey. You may need to chain id’s if you are using a panel - pretty easy.

this has the advantage of independent surveys , correct signoff flow - but strata management is more difficult. You also need to stitch the data together at the end.

The alternative is to do all the languages in one survey and this is best done again from a one language reference starting point

  1. Get the reference version signed off
  2. Export the entire reference survey as a codeplanc
  3. Make your translations in the codeplan - this time sequentially - literally copy and paste the rows - keeping the same data labels
  4. re-import and add a simple language preference question that branches to the correct language

This is more brittle, and SurveyEngine will complain about duplicate lables, - but you have one data set, one set of quota controls and can still regionalise within each language if required.