Giter Site home page Giter Site logo

django-lti-tool's Introduction

django-lti-tool

Django-lti-tool transforms your Django installation into a LTI 1.3 tool provider.

It is tightly integrated into Django and maps LTI entities (platforms, contexts, resources, users) into Django's ORM. This decouples the platform (e.g. Moodle) and the tool. Students are able to work on their assignments independently from the platform. Grades can be transferred to the platform afterwards.

Features

Specification Status
LTI 1.3 (Core) Yes
Assignment and Grade Service Yes
Deep Linking WIP
Submission Review Service No
Names and Role Provisioning Services No

Quick Setup

After setting up Django, install django-lti-tool using pip:

pip install git+https://github.com/christophse/django-lti-tool.git

Prepare your settings.py:

  1. Add lti_tool to INSTALLED_APPS.
  2. Add lti_tool.middleware.LTIMiddleware to MIDDLEWARE prior to CsrfViewMiddleware.
  3. Add lti_tool.auth.LTIBackend to AUTHENTICATION_BACKENDS.

Initialize the ORM:

python manage.py makemigrations lti_tool && python manage.py migrate

Credits

Django-lti-tool was initially developed at Open Distributed Systems Chair.

django-lti-tool's People

Contributors

christophse avatar

Stargazers

 avatar

Watchers

 avatar

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.