IsCati

From Catglobe Wiki
Revision as of 14:19, 15 April 2019 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



isCati

Returns whether or not the current QAS is a CATI-QAS, IE, if the current questionnaire participates in a CATI questionnaire.

It does NOT tell you if the current context is an interviewer running the QAS or a CAWI respondent. Use User_getCallingLoggedInUser to determine this (empty for CAWI, non-empty for CATI).

Syntax

isCati()

Arguments

None

Return type

bool

Example

bool isCati = isCati();

Availability

Version 5.2