-
Version: Deno ~~2.1.1~~ 1.45.2
I wrote an LTI integration using ltijs as an node app. Then I tried to move the code into an edge function and it fails with the following error:
```
runtime has …
-
Hi,
I am trying to integrate with Moodle, and am getting an error back when I am sending the Score. I send the score in a separate instance, where I first load the platform, user-results etc using …
-
**Describe the bug**
Launching a Deep Link from Moodle fails with an invalid token error.
**Expected behavior**
I verified the setup on both the Moodle and Tool side.
**Provider logs**
````
…
-
**Describe the bug**
When try to set grade an error is displayed
```
const gradeObj = {
userId: idtoken.user,
scoreGiven: score,
scoreMaximum: 100,
…
-
Per [Canvas](https://canvas.instructure.com/doc/api/file.lti_dev_key_config.html#overview-of-an-lti-launch):
> "Safari blocking cookies inside 3rd-party iframes made it necessary to create a workar…
dgwn updated
8 months ago
-
Hi there, I was trapped in some errors about deploying an LTI tools in edx-platform.
I run both edx and LTI tools on a local machine. Edx uses port 8000 and 8001, and lti tools uses 9001.
For ed…
-
This more of a questions.
Igot everything working but Deep Linking.
For some reason, when I submit the deep lnked form, it generates "Tool (Invalid Link)" In Balckboard fro me that I cannot click …
-
Spec available at https://www.imsglobal.org/spec/lti-dr/v1p0
> Defines a way to automate the exchange of registration information between platforms and tools that use the OpenId Connect and oAuth 2…
-
Hello, I need help about this package, I still confuse about step by step guide if I want integrate my laravel app as a LTI platform, I use moodle as LTI Tool provider and moodle give me Registration …
-
Hi,
I am trying to send back the scores of my tool to the platform. Using ltiMessage, I store the ltiResourceLinkId and ltiUserId in session. I then retrieve that in the scoring function at the end…