Overview
SurveyToGo allows you to import Dimensions MDD scripts without re-scripting the routing. For scripts that are imported using the "Full" option, it is important to know how the different termination options are handled by SurveyToGo. The Dimensions product (Unicom Intelligence) supports multiple ways of terminating the interviews when calling the IOM.Terminate function. The different ways are indicated by passing a different "Singal" parameter to the function. This article provides the mappings between the various Dimensions Siginals and how they translates to native SurveyToGo interview termination.
IOM.Terminate Signals
The following table details the various signals and how they are treated by the SurveyToGo Dimensions MDD Microengine:
IOM.Terminate Signal | SurveyToGo Action | Description |
sigCompleted | Submit | Interview is submitted as a completed interview |
sigStopped | Stopped & Saved | Interview is stopped and saved for later continuing. |
sigError | Filter | Interview is terminated using the "Filter" option of SurveyToGo. Click here for more info on filtering. |
sigOverQuota | Filter | Interview is terminated using the "Filter" option of SurveyToGo. Click here for more info on filtering. |
sigEarlyComplete | Submit + Manually completed | Interview is submitted as a completed interview and flag of "manually complete" is set to true. It is as if the interview went through the "Set as complete" action. |
sigFailedScreener | Filter | Interview is terminated using the "Filter" option of SurveyToGo. Click here for more info on filtering. |
As the integration with Dimensions is constantly expanded, we encourage you to check back from time to time to see what additional options were added.
Comments
Please sign in to leave a comment.