Giter Club home page Giter Club logo

hw-formatter's Introduction

HWFormatter

HWFormatter is a simple Python script that lets instructors format assignment files downloaded from Blackboard into individual per-student PDFs. This makes it easier to grade and return them. This is especially useful for assignments that include one or more code files, since it performs syntax highlighting before combining them into the PDF.

This software is at a very early stage of development: suggestions or contributions are strongly encouraged!

Installation

You can install HWFormatter from the Python Package Index using:

easy_install HWFormatter

or using pip:

pip install HWFormatter

(On Linux or Macs, you might need to add sudo to the start of each command). You can also install it from source:

python setup.py build
python setup.py install

Usage

Download the submitted assignment files from Blackboard:

  • Go to Course Management->Grade Center->Assignments
  • Select the arrow at the top of the column of assignments you're interested in downloading.
  • Click "Assignment File Download"- it will download as a .zip file.
  • Unzip the downloaded file.

Then run:

format_HW infolder outfolder

The output folder will then contain one PDF file per student ID.

hw-formatter's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hw-formatter's Issues

[OT] best way to deal with .doc?

I also have the problem of downloading/formatting/grading a lot of student submissions from Blackboard. Just come across this interesting project. I glanced the code and it seems only to format source codes. Any idea how to convert .doc, .docx from MS word?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.