Difference between revisions of "Interviewer performance"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Introduction  ==
 
== Introduction  ==
  
"Working frequency and Turnover status" task helps Fieldwork department keep track how well the interviewers work. There are 2 main parts:
+
"Working frequency and Turnover status" task helps Fieldwork department keep track how well the interviewers work. There are 2 main parts: 1. The first part is sending email on the day which is 4 days before the last day of the month. For example, if August has 31 days, this email is sent on 27th. This email lists all interviewers who have working hours = 0 during the month. 2. The second part is sending on the last day of the month. It contains working hour info and the number of resigning interviewers and the number of new hired interviewers during the month. These two parts are set up for 2 groups: - CATI afdeling Svendborg - CATI afdeling København  
1. The first part is sending email on the day which is 4 days before the last day of the month. For example, if August has 31 days, this email is sent on 27th. This email lists all interviewers who have working hours = 0 during the month.
 
2. The second part is sending on the last day of the month. It contains working hour info and the number of resigning interviewers and the number of new hired interviewers during the month.
 
These two parts are set up for 2 groups:
 
- CATI afdeling Svendborg
 
- CATI afdeling København
 
  
 
== Solution  ==
 
== Solution  ==
Line 18: Line 13:
 
3. Hours worked  
 
3. Hours worked  
  
Based on time span and working hours, number of interviewers are counted and emails are generated as the introduction part mentions.
+
Based on time span and working hours, number of interviewers are counted and emails are generated as the introduction part mentions.  
  
 
After that, emails are sent to FieldworkStatus@catinet.dk automatically following the schedule in the introduction part.  
 
After that, emails are sent to FieldworkStatus@catinet.dk automatically following the schedule in the introduction part.  
Line 24: Line 19:
 
Cgscript function is used in this task:  
 
Cgscript function is used in this task:  
  
- Interviewer_getPerformanceListInTimeSpan(groupResourceId, startday, endday)  
+
- Interviewer_getPerformanceListInTimeSpan(groupResourceId, startday, endday) - Datetime functions  
- Datetime functions
 
  
 +
<br>
  
 
== Demo  ==
 
== Demo  ==
Line 32: Line 27:
 
This is final reports  
 
This is final reports  
  
 
+
<br>
  
 
<br>  
 
<br>  
Line 38: Line 33:
 
== Reference  ==
 
== Reference  ==
  
Detail information and formulas for interviewer performance and working hours and datetime functions:
+
Detail information and formulas for interviewer performance and working hours and datetime functions:  
 +
 
 +
\\catproc\Share\CatGlobe Teams\Questionnaire\Projects\Version 5.7\VN2115QNR - Getting the performance of an interviewer group \\Catproc\share\CatGlobe Teams\Data\Projects\Version 5.8\VN2549DAT - CGS - Datetime Functions
 +
 
 +
<br>
 +
 
 +
'''"CATI afdeling København - FieldWork Status"'''
 +
'''"CATI afdeling Svendborg - FieldWork Status"'''<br>
  
\\catproc\Share\CatGlobe Teams\Questionnaire\Projects\Version 5.7\VN2115QNR - Getting the performance of an interviewer group
+
'''"CATI afdeling København - Non-working interviewers"'''<br>
\\Catproc\share\CatGlobe Teams\Data\Projects\Version 5.8\VN2549DAT - CGS - Datetime Functions
 
  
Code for Interviewer Evaluation task is saved in Workflow
+
'''"CATI afdeling Svendborg - Non-working interivewers"'''<br>
'''"CATI afdeling København - FieldWork Status"'''
 
  
( Site:''http://mycatinet.catglobe.com/'')
+
( Site:''http://mycatinet.catglobe.com/'')  
  
 
[[Category:Production_guidelines]]
 
[[Category:Production_guidelines]]

Revision as of 11:53, 27 October 2009

Introduction

"Working frequency and Turnover status" task helps Fieldwork department keep track how well the interviewers work. There are 2 main parts: 1. The first part is sending email on the day which is 4 days before the last day of the month. For example, if August has 31 days, this email is sent on 27th. This email lists all interviewers who have working hours = 0 during the month. 2. The second part is sending on the last day of the month. It contains working hour info and the number of resigning interviewers and the number of new hired interviewers during the month. These two parts are set up for 2 groups: - CATI afdeling Svendborg - CATI afdeling København

Solution

We use Cgscript to get:

1. Interviewer names

2. Interviewer usernames which are user names in Catweb system

3. Hours worked

Based on time span and working hours, number of interviewers are counted and emails are generated as the introduction part mentions.

After that, emails are sent to FieldworkStatus@catinet.dk automatically following the schedule in the introduction part.

Cgscript function is used in this task:

- Interviewer_getPerformanceListInTimeSpan(groupResourceId, startday, endday) - Datetime functions


Demo

This is final reports



Reference

Detail information and formulas for interviewer performance and working hours and datetime functions:

\\catproc\Share\CatGlobe Teams\Questionnaire\Projects\Version 5.7\VN2115QNR - Getting the performance of an interviewer group \\Catproc\share\CatGlobe Teams\Data\Projects\Version 5.8\VN2549DAT - CGS - Datetime Functions


"CATI afdeling København - FieldWork Status" "CATI afdeling Svendborg - FieldWork Status"

"CATI afdeling København - Non-working interviewers"

"CATI afdeling Svendborg - Non-working interivewers"

( Site:http://mycatinet.catglobe.com/)