mygrades - administering activity results and presenting them to students
This is an LTI tool for the Tsugi framework.
Instructors can define activities and upload grade files. Grade files contain a sequence of lines of the form email;grade. In these files, email should be the email address used by a particular user of the calling LMS. grade should be a number between 0 and 1.
Instructors can see average and standard deviation of grades.
Students can see their grade, the average grade and their rank among all participants.
To use this version
git checkout
To update this version
git commit -a
git push origin