Group: Administrators
Posts: 13K,
Visits: 104K
|
Hi Rose,
I've taken a look at your account and you have a Departmental Web license at your disposal, i.e., you are not limited as to the amount of web experiments you can deploy / collect data with concurrently. Thus, I think, the most straightforward solution would be to split things into two separate web experiments: (1) Your screenout-survey, and (2) The remaining "actual" tasks run via a <batch>.
You can then set the redirection / finishpage URL dynamically in (1) without any necessity to use the script.abort() function. - If any of the screenout-conditions is met, set defaults.finishpage to the applicable URL for the screenout page. - If none of the screenout-conditions is met, i.e. the participant may participate, set defaults.finishpage to the launch page URL for the "actual" web experiment, i.e., (2) above. If need be, you can pass along the subject id from (1) to (2)'s launch page via a URL query parameter.
Do you see any problems or omissions in the scenario sketched above?
|