I have a problem to set up a skip logic based on answers to a grid question.
I would like a page to be skipped if the respondent does check the answer on row 3 and column 5 on my grid question, called "prepacked".
So in the Skip logic section "Skip if the following logic evaluates to true" of the second page I've put the script:
prepacked_r3_5 = 1 or prepacked_r3_c5 = 1
but when I checkd it I receive the message: "The sympbol 'prepacked_r3_5' does not exist"
Any clue on what I'm doing wrong?
Also, how can I check that my redirections are working properly before I upload the questionnaire?
Thanks in advance