Hi,
I have a survey that will have 5 languages.
How can I use a question at the beginning to set the language of the survey?
Thanks
Benjamin
Hi,
I have a survey that will have 5 languages.
How can I use a question at the beginning to set the language of the survey?
Thanks
Benjamin
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
document.getElementById('Q_lang').value = 'DE';
});
If you want to actually ask a question “Which language do you prefer?”, then you would need some different logic. But in this case, the language dropdown should probably not be shown?
Best
Christian
Hi, thank you!
Exactly, the language dropdown should not show and the language should be set by that question.
The survey should pre-select the language of the browser of the respondent when started and then he could change it in the question if needed. No need for the language dropdown.
Thank you!
Hi, thank you!
Exactly, the language dropdown should not show and the language should be set by that question.
The survey should pre-select the language of the browser of the respondent when started and then he could change it in the question if needed. No need for the language dropdown.
Thank you!
This should be the expected behaviour as mentioned here.
I think this is what you are looking for. Note: It is not intended for Simple layout.
Thank you! How do I add this to Qualtrics?
I think this is what you are looking for. Note: It is not intended for Simple layout.
Thank you! How do I add this to Qualtrics?
Hope this helps.
Thank you
Thank you
I think this is what you are looking for. Note: It is not intended for Simple layout.
Thank you
I think this is what you are looking for. Note: It is not intended for Simple layout.
Hi, the link does not work anymore, can you maybe post this again?
Thank you!
I think this is what you are looking for. Note: It is not intended for Simple layout.
Hi, the link does not work anymore, can you maybe post this again?
Thank you!
Reposted here.
Thank you @TomG
When I put in the html code as survey answers it works but shows it like this in the survey
“EnglishEN”
I used “English<span class="langCode">EN</span>” as the answer option of the question
How can I get rid of the “EN” shown in the option?
The css hides the span with the class langCode:
.LanguageSelectorContainer, span.langCode { display:none; }
Make sure you’ve added that line to Custom CSS.
If that doesn’t work there is a conflict in the CSS. Not the ideal solution, but you could change display:none; to display:none !important;
Thank you!!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.