Questions tagged [lti]

Learning Tools Interoperability (LTI)® is a specification developed by IMS Global Learning Consortium. The principal concept of LTI is to establish a standard way of integrating rich learning applications with platforms like learning management systems, portals, or other educational environments. In LTI these learning applications are called Tools (delivered by Tool Providers) and the LMS, or platforms, are called Tool Consumers.

Learning Tools Interoperability (LTI)® is a specification developed by IMS Global Learning Consortium. The principal concept of LTI is to establish a standard way of integrating rich learning applications (often remotely hosted and provided through third-party services) with platforms like learning management systems, portals, or other educational environments. In LTI these learning applications are called Tools (delivered by Tool Providers) and the LMS, or platforms, are called Tool Consumers.

The basic use case behind the development of the LTI specification is to allow the seamless connection of web-based, externally hosted applications and content, or Tools (from simple communication applications like chat, to domain-specific learning environments for complex subjects like math or science) to platforms that present them to users. In other words, if you have an interactive assessment application or virtual chemistry lab, it can be securely connected to an educational platform in a standard way without having to develop and maintain custom integrations for each platform.

enter image description here

129 questions
0
votes
1 answer

LTI variable substitution for Student Enrolment date in Moodle

The Ruby on Rails app I'm working on is a Tool Provider (TP) of Learning Tools Interoperability (LTI) version 1.1. One of our consumer uses Moodle 3.4 version. I need to get the student enrolment dates to a course from the Moodle instance to the…
Nimmi Mathew
  • 283
  • 2
  • 10
0
votes
0 answers

Find time constant in a decay exponential curve

I am trying to find the time constant to a decay exponential curve, but my code below is not working. Anybody could help? Thanks! from scipy.signal import lti import pylab as plt from scipy.optimize import curve_fit import math as m def model1(x,…
Charles Wagner
  • 103
  • 1
  • 2
  • 10
0
votes
1 answer

Fit First Order Transfer Function (Curve Fitting)

I have the following code to fit the curve and show me the time constant tau. However, when I try to fit the experimental data it doesn't work. Anybody can help? from scipy.signal import lti import pylab as plt from scipy.optimize import…
Charles Wagner
  • 103
  • 1
  • 2
  • 10
0
votes
2 answers

How to make a LMS platform LTI 1.3 compliant and integrate a learning tool with it?

Our LMS is currently LTI 1.1 compliant. We need to make it LTI 1.3 compliant. What all changes I'll have to make in order to make our platform LTI 1.3 compliant and how to get a tool configured using it.
0
votes
1 answer

Can I display left navigation bar in LTI Tool launch screen in Blackboard Learn?

I have developed and configured an LTI Tool in Blackboard Learn and it is running fine. When I click on the link in the LTI Tool, it gets launched in an iframe without left navigation bar. I have checked a few existing default Tools such as Wikis…
Simant
  • 3,142
  • 4
  • 32
  • 61
0
votes
1 answer

Can I notify two LMS' that a course has been completed from an LTI tool provider?

Imagine I have two LMS that I want to notify when a course has been completed. One is the "central repository" of training courses, and the other is a site based learning tool. They have different LMS systems but they support LTI Providers and can…
Lewis Cianci
  • 926
  • 1
  • 13
  • 38
0
votes
1 answer

how to serve asp.net core Angular SPA over HTTP POST

I am trying to develop an LTI tool using asp.net core and its Angular SPA template. A Learning Management System could use my tool (which is a web app) by embedding an i-frame of it inside their website, and they do so by using an HTTP POST request…
Tal Abziz
  • 89
  • 1
  • 4
0
votes
1 answer

Pass variables to s3 web app through lambda invoked by API gateway

Basically, I have an app that needs to authenticate some Post variables (LTI consumer variables). So my thinking is that I use lambda to authenticate and serve the app in s3 with some variables. e.g. - LTI Consumer uses POST to invoke ->…
Konda
  • 78
  • 1
  • 8
0
votes
1 answer

How to setup SMTP setting in Canvas LMS?

I have installed Canvas LMS locally but I am stuck looking for SMTP settings. Could you please help me how to move ahead? I didn't find a UI screen to configure the settings.
Simant
  • 3,142
  • 4
  • 32
  • 61
0
votes
1 answer

Moodle integration with angular application

I am new to moodle ,just started now. i am trying to integrate moodle with my application (angular 4) . my basic idea is to use moodel as content source and i have separate application through user can launch the course . and i have to get the…
Mr.Cool
  • 1,525
  • 10
  • 32
  • 51
0
votes
0 answers

How do you deal with CORS when requesting a code to begin oAUTH2 flow?

I am trying to get a very minimal proof of concept oauth2 flow going for a web app hosted locally and hitting a cloud oauth provider (Canvas LMS oauth2/LTI). I need the user to click a button on my initial page (local web app) that starts the…
11teenth
  • 1,853
  • 1
  • 15
  • 28
0
votes
0 answers

Any cautions on importing a course from Moodle 3.4 via LTI to Blackboard?

We have this scenario working on moodle-to-moodle-via-LTI. Having no experience with Blackboard, we would appreciate it if anyone that tried this already can point us to some information on things to watch out for. Thx
JoaoCC
  • 624
  • 6
  • 15
0
votes
1 answer

Unable to install external tool 'YouSeeu' in sakai lms

I tried to install/connect Youseeu tool in sakai throught LTI. But i am not able to find any values for the following fields 1. remote URl. 2. Remote Tool Key. 3. Remote Tool Secret. If anybody installed youseeu in sakai or any other lms, please…
Vinson
  • 15
  • 7
0
votes
2 answers

Getting custom parameter for D2L LTI launch

We are trying to include user's id as part of LTI launch payload in D2L. This is what we are getting as the user_id field: { "user_id": "0d45101e-230a-4c06-9008-0024a52038fc_1914" } We only want the last DB id field portion. In the attempt to…
Rana
  • 5,912
  • 12
  • 58
  • 91
0
votes
1 answer

Can I insert HTML script tag on consumer course with LTI (Learning Tools Interoperability)?

I would like to develop a plugin that would allow an instructor/course developer on the LMS side to insert a script tag on a course and/or quiz. This script tag has code that allows for identity verification and session proctoring. The script tag…
Scott Dellinger
  • 158
  • 1
  • 12
1 2 3
8 9