This repository is maintained by Impact++, a student-run RSO at UW Seattle, focused on helping students contribute to the open source world.
The goal of this software is to allow users in ODK Collect to analyze audit.csv
file generated by form submissions
filled out by data collectors.
Potential usage includes:
- give a trend plot on how long each form takes to be filled out as time goes on
- give average time each question takes
- flag the questions which users edit their answers frequently
- flag fake data collectors
This is a ODK forum thread with regards to what features this software should provide.
- clone this repo
- go to
/src
folder of this repo - open
main.html
- click on the
open
button in the html page, select the audit file (e.g.audit_log.csv
) you want to analyze - in the dropdown menu, select the kind of chart you want to visualize.
- see the visualization!!
Note: this software is still under active development.