Hello, I have the following problem:
I want the study to be ended (FINISHED 1 in the data collection) when I reach a particular page in my project (which is not the last page, since I have pages that are accessed if only certain conditions are met e.g. attention check fail)
.
I want the study to end (FINISHED is 1 in the data collection) when the participants reach page 13. Page 13 contains a button with a link, and page 14 redirects to that link. Currently FINISHED is set to 1 only if participants click on that button. Clicking on the button is optional for my study and I want it to be FINISHED on page 13 even if participants do not decide to click on the link. How do I do that?