Skip to content

do some housekeeping work when marking students' programming assignments

Notifications You must be signed in to change notification settings

posco/housekeeping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

housekeeping

This python script will do some housekeeping work when marking students' programming assignments (4001COMP):

  1. Change the name of "feedback_username_taskN.docx" to "feedback_'real_username'_taskN.docx"
  2. Add student's name (FirstName, LastName) to the correct table cell in the "feedback_'real_username'_taskN.docx"
  3. *nix only; unzip all zipped files

Dependencies:

  1. xlrd; sudo pip install xlrd
  2. python-docx; pip install python-docx

About

do some housekeeping work when marking students' programming assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages