Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Personal homepage grading

Grading script for the personal homepage assignment. This is intended for staff.

  1. Download the class survey data.

    • File->Download as->Comma-separated values
    • This file is used to map GitHub usernames to Cornell NetIDs.
  2. 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
  3. View the results.

    • homepage_grade.csv are the results for each student, broken down by each requirement.
    • cms_grades.csv is the file to be uploaded to CMS.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages