NIPO ODIN Version 5.17
Channel Aware Scripting Example
Example Introduction for Channel Aware Scripting
*SAMPLEDATA TTAppointmentName *INTRO _CATI_ This is the introduction for NIPO CATI Clients only.
*?AGENTNAME, please call the telephone number that is displayed on top of this screen.
*INTRO _CAWI_ Introduction for CAWI (Web) Clients only
*?TTDisplayField1, please press the <Start> button to start the interview.
Example routing for Channel Aware Scripting
*QUESTION 1 *CODES 61L1 *IF [ _ISCATI ] This question will appear only on a NIPO CATI Client
1: OK
*QUESTION 2 *CODES 62L1 *IF [ _ISCAWI ] This question will appear only on a Web Client
1: OK
*QUESTION 3 *CODES 63L1 *IF [ _ISCAPI ] This question will appear only on a NIPO CAPI Client
1: OK
*QUESTION 4 *CODES 64L1 *IF [ _ISCASI ] This question will appear only on a Stand-alone Client
1: OK
*QUESTION 5 *CODES 65L1 *IF [ _CHANNEL = _CATI_ \ _CHANNEL = _CAPI_ ] This question will appear only on Web or CAPI Clients
1: OK
|