Your LimeSurvey version: 3.28.2
Own server or LimeSurvey hosting: own
Survey theme/template: vanilla
==================
I'm unsure whether this is a bug or actually my own fault, but I have the following problem:
My Participants have to match the Austrian states according to a map.
1. is Burgenland
2. is Niederösterreich
Afterwards, I want to assess their answers. So I check with ES/EM their input.
1. if(
Q00_SQ001_BL.shown
== "Burgenland", "true", "false") returns true when "Burgenland" is inputted
2. if(
Q00_SQ002_BL.shown
== "Niederösterreich", "true", "false") returns false when "Niederösterreich" is inputted
I'm a bit clueless as str_replace doesn't work (so that I can "escape" the umlaut) and is_string retruns true.
Is this a bug?
Attached, you'll find the .lsq of that question with a quick test.