I'm trying and struggling with a question text, I want to be tailored depending on a prior answer.
Therefore, I put sth like the following in the question text area:
Code:
if((actual_1 ==1 and actual_2 ==1),"Would you?","Would you, please?")
What's wrong about that? No brackets, comma or quote missing, but it doesn't convert into highlighted syntax.