This script has two purposes. One is to present students with their results on self-check questions throughout the term. This can be seen by visiting the web page:
https://student.cs.uwaterloo.ca/~cs135/assess/viewselfcheck/
The other purpose is for instructors to generate a CSV report of all self-check results for the class.
ssh userid@linux.student.cs.uwaterloo.ca
Log in to your student account
ssh cs135@linux.student.cs.uwaterloo.ca
Go to the course account
python3 ~/web/static/cgi-bin/displaySCheck.py --output csv > results.csv
Run the script and save the results to the file results.csv