The deployment tab provides options related to the deployment of the survey to respondents.
|
The status of the survey: one of Design, Open, Closed
|
|
|
The open and close date define an time interval during which respondents can answer the survey. Note that resumption of an answer and the sending of email invitations are subject to the open and close date. If the open date is not defined, responses are accepted as soon as the survey is opened. The open date takes effect only is the survey is opened. If the close data is not defined, responses are accepted as long as the survey is opened. |
|
|
Display back button If set, respondents can navigate to preceding pages in the survey. If the option is not set, respondents can move to the next survey page only. |
|
|
Show wait splash screen If set, a wait message will be shown when a participant accesses the survey. The message for the splash screen can be customized in the messages screen for the survey. A wait splash screen is useful for survey with many pages and question or surveys that have a large number of question in the first page. It can be useful when participants access the system through slow network connection. |
|
|
Secure access (https) Controls whether the survey can be access using regular or secure web access. Under secure (https) access, all data transmitted between the participant's browser and the web server for the system is encrypted. This option is available only when the system is setup to function in secure mode. |
|
|
Respondent print option Controls the printing and PDF generation function available to respondent as they take a survey. Note that the PDF generation function available to respondents is different from the one available in preview mode. In preview mode, the PDF contains all the page for the survey while it generate only the current page when used by respondents. The printing and PDF tools
|
|
|
The system generated URL to take the survey. The URL can be used to create a link to the survey from a web page or an email. If you are using Internet Explorer, you can copy the URL to the clipboard by clicking icon Note that the server name in the URL is configurable in the system configuration page and the application path portion of the URL is configurable at the level of the IIS web server. |
|
|
The friendly deployment name for the survey allows to define a custom URL for answering the survey. Enter the custom name in the text box and press OK. The URL will reflect the new custom name. Important: the friendly name should not be changed after the link to the survey has been posted or emailed. |
|
|
Domain name deployment This option allows to deploy a survey using a subdomain in the URL. Enter the desired subdomain in the text box and press OK. The URL will reflect the new sudomain name. Note that if the text box is disabled, your level of subscription does not include this feature. If the domain name deployment is not visible in the screen, then the DNS settings do not allow deployment of surveys using a domain name. To allow for domain name deployment, the DNS settings should allow for wild card resolution to the server running the web application. DNS settings are managed outside of Novi Survey by your network administrator. Important: the subdomain should not be changed after the link to the survey has been posted or emailed. |
|
|
Javascript deployment This option allows to embed a survey in a web page. Copy the script statements shown in Novi Survey and include them in the web page, at the location where you want the survey to be displayed. The embedding of the survey can be controlled through parameters in the URL for the 'src' attribute of the script statement. These parameters are as follows:
<script type='text/javascript' src='https://novisurvey.net/NsEmbed.aspx?s=zzzza&w=350'></script>
Example: <script type='text/javascript' src='https://novisurvey.net/NsEmbed.aspx?s=zzzza&h=500'></script>
Example (survey is defined for more than 1 language, including French (France)) <script type='text/javascript' src='https://novisurvey.net/NsEmbed.aspx?s=zzzza&c=fr-FR'></script>
Example (assumes that a response parameter 'tk' is defined for the survey): <script type='text/javascript' src='https://novisurvey.net/NsEmbed.aspx?s=zzzza&tk=a3gb5'></script> |
|
|
Response parameters are parameters in the URL used by respondents to take a survey. The value of such parameters can be recorded and associated the responses. Response parameters can be used for tracking or system integration purposes. A common use of response parameters is to track the web site the user was visiting when they accepted to take the survey. A response parameter comprise the following:
Parameters are added, edited, and deleted through the New, Edit, and Delete tools, respectively. There are three types of parameters:
The value for parameters can be displayed to respondents. See How to embed parameter values in surveys for more details. See also How to work with tables. |
|