Grading script for the personal homepage assignment. This is intended for staff.
-
Download the class survey data.
File->Download as->Comma-separated values- This file is used to map GitHub usernames to Cornell NetIDs.
-
From this directory, run:
mv <path/to/responses>.csv ResponseForm.csv # remove the header row # http://stackoverflow.com/a/27099557/358804 sed -i '1d' ResponseForm.csv python2 grader.py
-
View the results.
homepage_grade.csvare the results for each student, broken down by each requirement.cms_grades.csvis the file to be uploaded to CMS.