Skip to content

vvihorev/evalMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evalMe

A quasi-anonymous team evaluation app, that allows to grade any amount of users on any amount of criteria.

The state is in-memory, and is not stored in logs, files, or a database. The state is lost when the server shuts down.

evalMe

Principles

  • Every team member gets a random link to their evaluation form
  • Distribute a set number of points among all team members except for yourself
  • The evaluation can be submitted only once
  • Only when all evaluations are submitted the results page becomes available
  • Restart the server to reset the evaluation

Deployment

The app is supposed to be ran while the evaluation is taking place. The easiest way is to run the default server python3 main.py and point nginx to it.

If served from a subdirectory of a website, edit the base_dir parameter in config.json to the name of the subdirectory, e.g. "base_dir": "/eval"

About

quasi-Anonymous evaluation tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published