Skip to content

terr-steak/bb-file-cleanup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bb-file-cleanup

Cleans up Blackboard assignment files downloaded from the gradebook

When you download assignment files from the Blackboard gradebook, two undesirable things happen:

  1. The student files are renamed from filename.ext to assignmentname_username_attempt_datetime_filename.ext
  2. A text file is created for each student named assignmentname_username_attempt_datetime.txt even if the student has not entered any text data or comments.

This script will:

  1. Delete all comment files that contain no text data and not comment.
  2. Rename all other files to username-filename.ext

Call the script as:

python BbCleanup.py directory-to-cleanup

About

Cleans up Blackboard assignment files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published