I am trying to use js to set a response to a survey question based on the response to a prior question. The question I need to set the response for, however, is set to not display (via DisplayLogic) based on the answer to the initial question.
For example (in plain language):
Question1:
- Answer A
- Answer B
If the user chooses Answer A, they are sent to the end of the survey.
Question2 - multiple choice, multi-select:
- Answer1
- Answer2
- Answer3
- Answer4
I would like to set the response to this question as Answer4 if the user chose AnswerA in Q1 and never saw this question.
Is this possible?