Skip to main content

Simple grading interface with the Canvas API

Project description

# canvasgrader

## Usage:
1. Generate a new Access Token at `https://<canvas-installation>/profile/settings`
1. Grab your course ID from the web interface: `https://<canvas-installation>/courses/<course-id>`
1. Choose a [key] by which you want to identify students

```python
>>> from canvasgrader import CanvasGrader
>>> canvas_grader = CanvasGrader(api_key=api_key, base_uri='umich.instructure.com',
course_id=85425, id_key='sis_login_id')
>>> assignment_id = canvas_grader.create_assignment(name='Homework 01',
points_possible=4)
>>> canvas_grader.grade_assignment(assignment_id, {
'mterwil': 4,
})
```

[key]: https://canvas.instructure.com/doc/api/file.object_ids.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

canvasgrader-1.0.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

canvasgrader-1.0.0-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page