GithubHelp home page GithubHelp logo

parkersiddall / lti_blogs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 112 KB

A blog app that demonstrates how third-party tools can integrate with learning management systems via the LTI 1.1 standard.

JavaScript 76.23% Pug 23.54% Dockerfile 0.23%
lti lti-tool lti-provider

lti_blogs's Introduction

LTI Blogs

This is a simple blog app that integrates with learning managements systems (Blackboard, Moodle, Canvas, etc.) via the LTI 1.1 standard. LMS users can launch into the app and be authenticated automatically based on trust between the LMS and the app. Professors are able to create blogs and then "deep link" them into their course. Students can click on these links and leave comments.

Comments left on blog posts are visible to all users and are not segregated based on the course the student launches from. This is an example of a feature extension that the app provides: a professor can hold a discussion that incorporates students enrolled in different courses.

Instructions to run the app locally

Using Docker it is easy to get up and running, just follow these steps:

  1. Clone this repository and cd into it
  2. Configure your .env file using the example provided (NOTE: The Mongo_URL is already set based on the hardcoded user/pwd/db name)
  3. Run docker compose up
  4. Configure LTI integration in your LMS (see below)

Configure the app in Blackboard

  1. Go to the Admin page, select "LTI Tool Providers" within the "Integrations" section.
  2. Click on "Register LTI 1.1 Provider", enter the following settings then click submit:
    • Provider Domain: localhost
    • Provider Domain Status: Approved
    • Default Configuration: Set seperately for each link
    • Send User Data: Send user data over any connection
    • User Fields to send: Role in Course, Name, Email Address
    • Allow Membership Service Access: Yes
  3. From the list of LTI providers, click the dropdown in the row "localhost", then click "Manage Placements"
  4. Click "Create Placement", enter in the following settings, then click submit:
    • Label: LTI Blogs
    • Handle: lti-blogs
    • Availability: Yes
    • Type: Deep linking content tool (without student access)
    • Launch in New Window: Yes (necessary because it is not SSL)
    • Tool Provider URL: http://localhost/lti
    • Tool Provider Key: (insert KEY value from your .env file)
    • Tool Provider Secret: (insert SECRET value from your .env file)

After these steps you should be able to access the tool from without your course.

lti_blogs's People

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.