Re: Grade passback from external tool to Moodle 4.1 via LTI 1.3 Advantage
by Yohai Maayan. Just checked in Moodle 3.11. I didn't even set up the tool there. When I add a new LTI activity, it has a Grade section right away. Also, looking at the external tool logs more...
View ArticleRe: Grade passback from external tool to Moodle 4.1 via LTI 1.3 Advantage
by Brett Dalton. screen shots of the activity settings, the tool config and the gradebook might help diagnose this.
View ArticleRe: Grade passback from external tool to Moodle 4.1 via LTI 1.3 Advantage
by Yohai Maayan. Everything except for the external tool, since I am not an admin on the Moodle server. I will get those and post them soon.
View ArticleRe: Grade passback from external tool to Moodle 4.1 via LTI 1.3 Advantage
by Brett Dalton. So the problem could be at the admin tool configuration level then given you are using a pre-configured tool
View ArticleRe: Passing group platform to tool
by Jake Dallimore. Update: I've moved the preexisting issue MDL-62662 into the Provider Follow Ups epic, which deals with adding support for this. Looks like there's a patch there and we're making...
View ArticleRe: Passing group platform to tool
by Markus Smole. Thank you for this information - voting done! Markus
View ArticleLTI v1.3 does not work with Zoom LTI Pro and Moodle
by Paul Preney. In a previous post on this forum:https://moodle.org/mod/forum/discuss.php?d=428486What was the resolution of that issue? I have what looks like the same issue:For example, I have...
View ArticleRe: LTI v1.3 does not work with Zoom LTI Pro and Moodle
by Jake Dallimore. If Zoom is saying that, then it sounds very much like a Zoom-specific problem. Tools should be able to use these URLs just fine, and many, many other tools do without issue. There...
View ArticleMoodle LTI tool token request
by Fahd Helwani. Hello everyone,I am currently looking at LTI tool in Moodle and the possibility of integrating that with lti platform on our locally developed solution. for that I use a trial account...
View ArticleRe: Moodle LTI tool token request
by Jake Dallimore. Hi Fahd, The IMS Security Framework specification is clear that all token requests must be made over POST, and the LTI Advantage portion of the tool provider code abides by this;...
View ArticleRe: Moodle LTI tool token request
by Fahd Helwani. Hi Jake, thank you for your response. I filtered the logs to monitor the requests made to access token url that I configured on the platform, however I am not getting any request "my...
View ArticleRe: Moodle LTI tool token request
by Jake Dallimore. Hi Fahd, You'll need to make sure Moodle's cron is running first, and that the scheduled task is set to run every so often. There's also an adhoc task responsible for sending the...
View ArticleRe: Moodle LTI tool token request
by Fahd Helwani. Hi Jake, yes it looks like tasks are not running, unfortunately I have no control over these on MoodleCloud, cron is enabled by default. anyway, thank you for your support. Regards Fahd
View ArticleRe: Moodle LTI tool token request
by Jake Dallimore. Hi Fahd, One of the cloud guys just linked me this policy doc: https://support.moodle.com/support/solutions/articles/80000836687-moodlecloud-lti-support Looks like there is no...
View ArticleRe: JWK must contain ‘alg’ parameter error in Moodle versions 4.0/1
by Eric Katchan. Hello all is it possible that this issue has resurfaced in moodle 4.1.6? I have one lti that functions properly with deep linking and another that fails with the ALG error. I quickly...
View ArticleRe: JWK must contain ‘alg’ parameter error in Moodle versions 4.0/1
by Jake Dallimore. Hi Eric,That code is still in place in the current 4.1.x stable branch, but of course it could be something else going on causing an error. What error are you seeing? What steps do...
View ArticleRe: JWK must contain ‘alg’ parameter error in Moodle versions 4.0/1
by Eric Katchan. Hello Jake, thanks for responding. Moodle v 4.1.6, PHP 8.1 Plugin With Issue: Atlas Systems Ares reserves (Library reserves plugin)Procedure:Editing onAdd Activity - External...
View ArticleRe: JWK must contain ‘alg’ parameter error in Moodle versions 4.0/1
by Jake Dallimore. Hmmm. That code is still present in 4.1.6, so unless it's removed locally, or there's a bug in it, I can't immediately see what might cause this error to resurface. Are you able to...
View ArticleIs the LTI 1.3 context ID equal to the course id?
by Mary Gwozdz. I have not encountered an LTI 1.3 custom parameter in Moodle for the course ID (similar to Canvas's "Canvas.course.id"), but I noticed that the value within the id field of the...
View ArticleRe: Is the LTI 1.3 context ID equal to the course id?
by Jake Dallimore. Hi Mary, Yep, you've got it right. The context claim you mention contains the course id. You can also pass a custom param of your choosing, using the substitution param $Context.id...
View Article