Routines for interacting with Cornell installations of Canvas and Qualtrics
Project description
grading
Routines for semi-automated grading of MATLAB coding assignments and interaction with Canvas and Qualtrics.
By Dmitry Savransky with contributions by Guy Hoffman and Brian Kirby. Thanks also to Hadas Ritz for extensive testing and QA.
Please note: the Canvas routines have the potential to bork your gradebook and (unlikely but possibly) whole course site. Use at your own risk.
cornellGrading Installation
To install from PyPI:
pip install --user cornellGrading
Or, with optional dependencies required to push LaTeX into Canvas HTML:
pip install --user cornellGrading[latex2html]
To install system-wide, omit the --user
option.
NOTE
The latex2html
option requires the pandoc executable to be installed and in the system PATH. For detailed pandoc installation instructions see here: https://pandoc.org/installing.html
If cloning from github, in the cloned grading directory:
pip install --user .
or, to install in developer mode:
pip install --user -e .
In order to also install requirements needed push LaTeX into Canvas HTML, do:
pip install --user -e .[latex2html]
cornellGrading Documentation
Documentation is available here: https://grading.readthedocs.io/
Docstrings: https://grading.readthedocs.io/en/latest/cornellGrading.html#module-cornellGrading.cornellGrading
Acknowledgements
cornellGrading uses UCF/Open_'s canvasapi and the black code formatter.
Testimonials
I love pagescript.py. So easy to add my notes, matlab, powerpoint to module right after class. Bless you. --Hadas Ritz
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cornellgrading-2.20.0.tar.gz
.
File metadata
- Download URL: cornellgrading-2.20.0.tar.gz
- Upload date:
- Size: 37.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28ed4fa7f16b25f002127f941f898b60e1b395b49e0d698a57a8c9e57d415b34 |
|
MD5 | 02a1517e997b696b4f658b39a89e4fb7 |
|
BLAKE2b-256 | f53060ffb22674e225f8fc6e4768f255e8409c8fe5d7aab5807e46312872db1e |
File details
Details for the file cornellGrading-2.20.0-py3-none-any.whl
.
File metadata
- Download URL: cornellGrading-2.20.0-py3-none-any.whl
- Upload date:
- Size: 39.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1824cbfb777db45ff49d60bccfa926dee895b2843c2d496d9d440f7290105ec3 |
|
MD5 | bb1e446d16bcd5a14f3fc7cbf04741bf |
|
BLAKE2b-256 | 7ac9e46eb92b8e47a9bc9f08e01c4e5c1bbf45d8ed09bd619a5e908725e77d8a |