I was asked to hide a subquestion in a Multiple choice -type subquestion in a multilanguage survey when the language is Czech. It should be easy, condition LANG != 'cs', but there is a bug:
bugs.limesurvey.org/view.php?id=17934
. Any idea about workaround? I was thinking that something like $("#...").style("display", "none") would work, but did not get it to work.
We are using version 5.2.14 in our own server. Theme is based on Fruity.
If you need something urgently:
Prepend by a hidden question of type equation (QLang) with only {LANG}
Now you set the subquestion relevance to: QLang=='fi'
Works even if the respondent changes the language in the "food" question.