I have a short questionnaire with 4 questions.The first one is a "multiple numerical input" question with 2 inputs allowed, the second one is a hidden question, the third one specific demographics and the last one a short-text.
I was wondering how can I do the following:
I want the respondent to proceed to the third question anyway but to receive some specific information (from the hidden question) depending on the input of the first question. Specifically, if the average of the 2 inputted numbers is larger than 10 to receive a message saying "Successfull" while if below 10 "Not successful" and then to proceed to question 3.
I tried to do it through logic but I couldn't manage.
Hi,
I am a bit confused about your "hidden" question.
As far as I understand you want to get an input in the first question, then show this second question with the message, and continue to the rest of the questionnaire.
Something like this?
This you do by using a question of type text display with the relevance equation: !is_empty(Q1_SQ001) and !is_empty(Q1_SQ002)
And in the question text you use the IF-statemen: {if(sum(Q1_SQ001.NAOK,Q1_SQ002.NAOK) lt 10,"Not","")} Successful
If I misunderstood your question, please send your lss export of your survey and explain a bit more.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless