Hello,
I use version 1.90. I got a question (let's call it "Code") which has to fit a regular expression. If it fits the participant is forwarded to next questions.
Now I want to resolve the following problem: If the term "Code" does not fit the regular expression I want to show a question like "false Code, please try again" or something like this. I only want this message to be shown if the answer to "Code" was invalid... But I am not able no negate a regular expression (It seems to be impossible as I learned during my search, you cannot negate a regular expression at all). So what could I do? I need an if condition which refers to "Code", because else the message appears for valid answers to "Code" too... What to do if jump branching is not possible? How cpuld I express: if not "Code"=regular expression, then show message?
Thanks a lot for every help!!!
Greeting,
Lisa