Skip to content

An LTI app for creating grading standards and adding them to a Canvas course

License

Notifications You must be signed in to change notification settings

uw-it-aca/grading-standard-lti

Repository files navigation

4.0 Grading Standard LTI App

Build Status Coverage Status

A Django LTI Application for creating grading standards and adding them to a Canvas course

Project settings.py

INSTALLED_APPS

'grading_standard',
'grade_conversion_calculator',
'blti',

REST client app settings

RESTCLIENTS_CANVAS_DAO_CLASS = 'Live'
RESTCLIENTS_CANVAS_HOST = 'example.instructure.com'
RESTCLIENTS_CANVAS_OAUTH_BEARER = '...'

BLTI settings

django-blti settings

Project urls.py

url(r'^grading_standard/', include('grading_standard.urls')),

About

An LTI app for creating grading standards and adding them to a Canvas course

Resources

License

Stars

Watchers

Forks

Packages

No packages published