This screen allows you to define custom code for the "final pages" that are displayed in specific situations.
Final page: Specifies custom text and HTML code for the survey's final page. This page is the default final page, and is shown at the end of the interview if any the others is not displayed.
Pause page: Specifies custom text and HTML code for the survey's pause page. This page is displayed when the interview is paused.
Out of quota: Specifies custom text and HTML code for the survey's out of quota page. This page is displayed, if defined, when the interview is not saved, or is marked as incomplete, and the main exit code is "quota full". However, if the page is not defined, then the standard final page is shown instead.
Screen-out: Specifies custom text and HTML code for the survey's screen out page. This page that will be displayed if a routing instruction indicates that the interview is not complete or not saved (e.g. using the goto and mark as incomplete routing action). The page is shown, if defined, when the interview is not saved, or is marked as incomplete, and the main exit code is not "quota full". However, if the page is not defined, then the standard final page is shown instead.
Offline: Specifies custom text and HTML code for the survey's offline page.
Already completed: Specifies custom text and HTML code for the survey's already completed page.
Internal error: Specifies custom text and HTML code for the survey's internal error page.
Note: To redirect your respondents to a web site at the end of the questionnaire, enter the following code in final page:
<html>
<head>
<meta http-equiv="refresh" content="0;URL=http://www.askia.com/">
</head>
</html>
final page:<html>
<body onload="window.close();"></body>
</html>