Skip logic in timeline variables? #2313
Unanswered
chester108
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :) I'd like to include skip logic based on participants response to a question. If they respond 'no' to the question below (i.e., data.correct=false), I'd like them to be directed to a screen stating that they are ineligible for participation which does not allow them to proceed further in the experiment. If they respond 'yes' (i.e., data.correct=true), I'd like them to proceed as normal through the timeline.
I'm unsure how to implement the skip logic based on the data saved from the sample trial below. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions