vpieterse / pinocchio

A team-based peer review/survey system
4 stars 8 forks source link

Pinocchio

Waffle.io - Columns and their card count Stories in Ready

Pinocchio is a system which should assist researchers, and group managers to monitor team activities and to allocate teams. In the capstone course of the Department of Computer Science of the University of Pretoria the system is used for regular peer assessments. The system analyses student reports to determine participatory styles of students. The participatory styles as well as other personal data such as academic standing and personality attributes can be used to allocate teams.


Installation Instructions

You should now be able to log in with the superuser's userid and password.


Deployment Instructions

The default configuration is loaded from /pinocchio/baseSettings.py which in turn imports extra settings from /pinocchio/globalSettings.py. The current base settings is set up for deploying locally.

To use your own settings file, append the following line at the end of your custom settings script:

This will pull all extra settings from the globalSettings.py script.

We prefer deploying Pinocchio with WSGI.