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.

CATI getCallStatistics: Difference between revisions

From Catglobe Wiki
Nguyentanphong (talk | contribs)
No edit summary
Nguyentanphong (talk | contribs)
No edit summary
Line 5: Line 5:
'''Syntax&nbsp;<br>''' &nbsp;&nbsp; CATI_getCallStatistics(questionnaireResourceID);  
'''Syntax&nbsp;<br>''' &nbsp;&nbsp; CATI_getCallStatistics(questionnaireResourceID);  


'''Arguments<br>'''  
'''Arguments<br>''' &nbsp;&nbsp; questionnaireResourceID:&nbsp; is a number.  
&nbsp;&nbsp;questionnaireResourceID:&nbsp; is a number.  


'''Return type<br>'''  
'''Return type<br>''' &nbsp;&nbsp; Dictionary type.  
&nbsp;&nbsp; Dictionary type.  


<br>'''Examples'''  
<br>'''Examples'''  

Revision as of 07:26, 10 October 2011

CATI_getCallStatistics  

Get call status statistics of questionnaire.

Syntax 
   CATI_getCallStatistics(questionnaireResourceID);

Arguments
   questionnaireResourceID:  is a number.

Return type
   Dictionary type.


Examples

Dictionary catiStatistic=CATI_getCallStatistics(14283643);
print(catiStatistic);                                       

// Result:  {"Answer Sheet Statistics": {"InterviewFailed": 4, "Normal": 17}, "Call Status Statistics": {"Appointment (sure)": 27, "Busy": 1, "Call again later ": 20, "Connection reached": 14, "No answer": 6, "Respondent not present in fieldperiod": 1, "Wrong number (fax, modem ect.)": 3}}