Group: Administrators
Posts: 13K,
Visits: 104K
|
I'm not quite sure what exactly you have in mind here. Can you be a little more concrete?
In general, a "hang up" would suggest the application stopped working (for whatever reason). In this case, no redirection could be made to work since the application would be unable to execute any more code and thus unable to initiate the redirection.
I'm not quite sure what you mean by "screen outs". In case you are referring to asking participants a bunch of screening questions to decide if they are entitled to participate or not: Yes, you can stop the script based on their responses and redirect them to some webpage. You can set the page to redirect to in a script via the defaults.finishpage property. You can use /stop and /skip attributes to halt the procedure. In some cases, you can also use the script.abort() function.
The same goes for incomplete resposes. If certain participants failt to meet a criterion you set, you can stop the script and redirect.
|