Column: Outcome type

From Catglobe Wiki
Jump to: navigation, search



Column: Outcome type

Column

Outcome type

Source

The outcome type from 1 to 4 of the returned CATI contact record

Automatically given column name

OutcomeType

Column type

Number

Resource types that use it

Questionnaire

How axis set information is built

Outcome type for CATI contacts is a fixed enumeration so the value is always the same. The axis set generated will look like below:

Axis text: "Outcome type"
Math base: "OutcomeType"
Pct base: "OutcomeType!=empty"

Option 1: Name="Success"; Value="OutcomeType==1"
Option 2: Name="Failure"; Value="OutcomeType==2"
Option 3: Name="Meeting"; Value="OutcomeType==3"
Option 4: Name="Retry"; Value="OutcomeType==4"

Comment

N/A