Additionally, I would like to implement a logic where, if Q1 (the first question) is selected and Q5 (the last question) is not selected, option 2 (Partial) should be automatically selected. If both Q1 and Q5 are selected, option 1 (Completed) should be automatically chosen.
I have attempted to merge the logic, but it does not seem to be functioning as intended. Could you kindly assist me with this issue?
I would like to implement a logic where, if Q1 (the first question) is selected and Q5 (the last question) is not selected, option 2 (Partial) should be automatically selected in question before Q1. If both Q1 and Q5 are selected, option 1 (Completed) should be automatically chosen in question before Q1.
I have attempted to merge the logic, but it does not seem to be functioning as intended. Could you kindly assist me with this issue?
As previously discussed, I am attempting to implement a logic where, if the first question (rand1) is selected and the last question (rand5) is not selected, the option “Partial” should be automatically selected in the preceding question (category_1). However, if both the first and last questions are selected, the option “Completed” should be automatically chosen in the same preceding question.
While the logic works correctly when applied separately to either the first or last option, I encountered an issue when attempting to combine the conditions. The desired behavior doesn’t seem to function as expected.
I have tried merging the logic, but it does not appear to work correctly. Could you kindly assist me in resolving this issue?
For reference, the category_1 is the question where the option should be automatically selected, and the variables rand1 and rand5 represent the first and last questions respectively.
Please find the attached XLSX file for further context. Randomized)Kobo).xlsx (17.5 KB)