Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

IsCati: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Questionnaire_Functions]]

{{HelpFiles}}


====isCati====
====isCati====


Returns whether or not the current QAS is a CATI-QAS.
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'''
'''Syntax'''
Line 25: Line 27:


Version 5.2
Version 5.2
__NOTOC__
__NOTOC__
<!-- imported from file: 648.htm-->
<!-- imported from file: 648.htm-->

Latest revision as of 12:19, 15 April 2019



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