chairemobilite / evolution

Online survey platform for travel survey
MIT License
4 stars 9 forks source link

Admin export: Add interviewer count and created to exported interview csv file #774

Closed tahini closed 2 weeks ago

tahini commented 2 weeks ago

Add the includeInterviewerData option to the interviews stream query. If set to true, it will return whether the interview was created by an interviewer and the number of interviewer who touched this interview.

This adds the _interviewer_count and _interviewer_created columns to the exported interviews' csv file.

Also add the project shortname to the exported file names.