Re: LTI 1.1 Oauth Signature Verification
by Jake Dallimore. Hi Bhavesh,Firstly, please note that LTI 1.1 has been deprecated for years now and is not recommended by 1EdTech. Tools should be moving to LTI 1.3 and LTI Advantage.Disclaimer...
View ArticleLTI 1.3 submit score throws error
by Vitalii Volkov. Hi. I am having issue when sumbitting scores to moodle using lti 1.3 integration. I am following official imsglobal spec.In external tool for IMS LTI Assignment and Grade services I...
View ArticleRe: LTI 1.3 submit score throws error
by Jake Dallimore. Hi Vitalii,What stands out here is the backslashes in the body. That's breaking the JSON, and shouldn't be there. If you remove that, the grade should be processed fine.Hope that...
View ArticleRe: LTI 1.3 submit score throws error
by Vitalii Volkov. Hey, thanks for your help. I tried what you proposed so now instead of sending string content as I was doing before I am sending json content an before sending it doesn't have any...
View ArticleRe: LTI 1.3 submit score throws error
by Jake Dallimore. Hi Vitalii, Firstly, I would only be looking at the official AGS 2.0 specification document: https://www.imsglobal.org/spec/lti-ags/v2p0/#score-publish-service (login is required to...
View ArticleRe: LTI 1.3 and WAF
by A. gtdino. Hello, To rule out issues with the Moodle update version, we tested the issue with Moodle 4.1.2+ without success and the issue persists $version = 2022112802.05; $release = '4.1.2+...
View ArticleRe: LTI 1.3 and WAF
by Jake Dallimore. Given the complexity of the setup, unless there's a crystal clear description, and steps to reproduce it, issue like this can be hard to reproduce and it becomes less likely someone...
View ArticleRe: LTI 1.3 submit score throws error
by Vitalii Volkov. Hi again, Indeed the problem was because the user was not enrolled on the course and had admin permissions so it was possible to launch the course without being enrolled. Error...
View ArticleRe: LTI 1.3 submit score throws error
by Jake Dallimore. I couldn't agree more about the need for better debugging. Most of the errors in mod/lti are extremely unhelpful. Glad you got past it in this instance.
View ArticleLTI Advantage grade sync contains syntax error in SQL
by Onno Schuit. Hi core devs,Moodle version 4.1.2+ (Build: 20230406) has a syntax error in the SQL on line 234 of /enrol/lti/classes/local/ltiadvantage/task/sync_grades.php:ON {c.id} = e.courseid This...
View ArticleRe: LTI Advantage grade sync contains syntax error in SQL
by Jake Dallimore. Thanks for the report, Onno. That's interesting. Clearly a syntax issue, but doesn't cause any errors in our testing DBs (postgres for me and likely someone has run mysql). Do you...
View ArticleMoodle Oauth Provider
by Juan Manuel Rubiales de la Cruz. Hi,I'm working on an LTI project that requires an API token to send requests to the Moodle API. The case is that I need a token provided by Moodle to authenticate...
View ArticleRe: Moodle Oauth Provider
by Jake Dallimore. Hi Juan, It's not 100% clear what you're trying to achieve, so it's a little hard to answer this one. Are you building an LTI tool? Something else? Either way, a few of things to...
View ArticlePlugin For Specific Users
by Stephanie Glick. Hi.We are licensing padlet for 25 instructors. They have a Moodle integration. How do I create a group so that only those 25 instructors see the activity (in the add activity...
View ArticleRe: Plugin For Specific Users
by Helen Foster. Hi Stephanie,Are you wanting to provide Padlet as an External tool in courses, as described in Add Padlet to Moodle LMS using LTI 1.3?If so, it's currently not possible to make it so...
View ArticleRe: Plugin For Specific Users
by Stephanie Glick. Thank you Helen. You answered the question that I had.Stephanie
View ArticleRe: Plugin (LTI external tool) For Specific Users [Solved]
by Helen Foster. Thanks Stephanie - good to hear that my suggestion worked. I'm adding LTI external tool to the subject of my post and moving the discussion to the LTI and Moodle forum, as you're not...
View ArticleRe: Microsoft Teams LTI - Education Requirement?
by Jon Berardi. I'd sure like an answer to this question I posted a while back if anyone has any insight into this.
View ArticleRe: Microsoft Teams LTI - Education Requirement?
by Gemma Lesterhuis. Hi Jon, Since this is a service that Microsoft offers I think you serviceprovider and/or someone of the Microsoft forums is better qualified to answer your question if a Education...
View ArticleRe: LTI 1.3 | Grade synchronisation says "failed" while grade is being received
by Gemma Lesterhuis. Hi Jake, we found the issue! Appearantly they don't send a 200 response back but a 204 response. I am not sure if this is something that Moodle should adjust to, but for now we...
View Article