Difference between revisions of "CATI getCallStatistics"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "   Get call status statistics of questionnaire.<br>'''Syntax '''    CATI_getCallStatistics(questionnaireResourceID); '''Arguments'''   ques...")
 
Line 1: Line 1:
&nbsp;&nbsp; Get call status statistics of questionnaire.<br>'''Syntax&nbsp;'''
+
'''CATI_getCallStatistics'''&nbsp;&nbsp;  
 +
 
 +
Get call status statistics of questionnaire.
 +
 
 +
<br>'''Syntax&nbsp;'''
  
 
&nbsp;&nbsp; CATI_getCallStatistics(questionnaireResourceID);  
 
&nbsp;&nbsp; CATI_getCallStatistics(questionnaireResourceID);  
  
'''Arguments'''
+
 
 +
 
 +
'''Arguments'''  
  
 
&nbsp;&nbsp;questionnaireResourceID:&nbsp; is a number.  
 
&nbsp;&nbsp;questionnaireResourceID:&nbsp; is a number.  
 +
 +
  
 
'''Return type'''  
 
'''Return type'''  
  
&nbsp;&nbsp; Dictionary type conatin
+
&nbsp;&nbsp; Dictionary type.
  
<br>'''Examples'''
+
<br>'''Examples'''  
  
 
Dictionary catiStatistic=CATI_getCallStatistics(14283643); <br>print(catiStatistic);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
 
Dictionary catiStatistic=CATI_getCallStatistics(14283643); <br>print(catiStatistic);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  

Revision as of 11:12, 5 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}}