Re: login in external tool with Moodle as consumer
by Simon Angel. Thanks Jake for your comments; we wanted to do just what you mentioned and solved it with out LTIAAS provider.
View Articlecurrent list of custom subtitution parameters
by Simon Angel. Hi all,is there an updated list of the custom substitution parameters that Moodle can provide? As per https://www.imsglobal.org/spec/lti/v1p3#lti-resourcelink-variables, I'm trying to...
View ArticleRe: current list of custom subtitution parameters
by Jake Dallimore. Hi Simon, The function lti_get_capabilities() is the right place to check. As you'll see, there is no mapping for ResourceLink.available.startDateTime presently, so that isn't going...
View ArticleLTI 1.3 Grade Sync - 401 Unauthorized Error
by Sean Doyle. I have a learning tool that integrates with Moodle via LTI 1.3. The tool uses Assignments & Grades Services to post grades to Moodle when a learner completes an activity. While...
View ArticleRe: LTI 1.3 Grade Sync - 401 Unauthorized Error
by Jake Dallimore. Hi Sean, This kind of problem does come up on this forum from time to time. Unfortunately, that 401 masks a whole range of causes, and we don't have the debugging capabilities yet...
View ArticleMoodle 3.11 as LTI 1.1 Provider
by Keenan Nunes-Vaz. Hi,I am trying to configure one of our Moodle courses to act an as LTI 1.1 provider on a second system. I have provided what I believe are all the relevant details - the Launch...
View ArticleRe: Moodle 3.11 as LTI 1.1 Provider
by Keenan Nunes-Vaz. I will add that I have tested this Moodle 4.1 LTI 1.1 Provider by setting up a Consumer activity on a separate Moodle 3.11 site, which appears to be working - users on the 3.11...
View ArticleRe: Moodle 3.11 as LTI 1.1 Provider
by Keenan Nunes-Vaz. Further to the above, when trying to open the course on the consumer side, the URL of the resultant error page is the following:https://......
View ArticleRe: Moodle 3.11 as LTI 1.1 Provider
by Jake Dallimore. Hi Keenan, First up, a note about versions: Use something current. We shouldn't be using LTI 1.1 any more. This is a deprecated specification and any major platform will support LTI...
View ArticleRe: Moodle 3.11 as LTI 1.1 Provider
by Keenan Nunes-Vaz. A new development. The admin I was talking to had put the launch details in the wrong spots - after correcting this we are now able to connect to the provider course from the...
View ArticleRe: Moodle 3.11 as LTI 1.1 Provider
by Keenan Nunes-Vaz. Thanks for your prompt response Jake, First off - using a newer version of LTI is not an option because the consumer only supports LTI 1.1. Regarding the custom params, I...
View ArticleRe: Moodle 3.11 as LTI 1.1 Provider
by Jake Dallimore. No problem, Keenan. I suspect that's often the case for people still using 1.1 - it's out of necessity rather than preference. Sending basically anything in custom params as a...
View ArticleRe: Moodle 3.11 as LTI 1.1 Provider
by Keenan Nunes-Vaz. Thanks Jake, I'll see what I can find out debugging the grade sync task. If I can establish that the problem is on their end and their responsibility to fix, that is progress of a...
View ArticleRe: LTI 1.3 Grade Sync - 401 Unauthorized Error
by Sean Doyle. Hi Jake,Thanks for your help, the solution you linked solved the issue for us (with a slight deviation). The LMS administrator let me know that they used CGIPassAuth, "as a safer way to...
View ArticleRe: Moodle Exception - public key
by Saul Rioja. Hi I have been trying to connect two Moodles (4.3.3) One is configured as a platform and the other is configured as a tool. My Moodles are running in Docker on Mac. I have the same...
View ArticleRe: LTI 1.3 Grade Sync - 401 Unauthorized Error
by Jake Dallimore. Excellent! Hopefully the next person stumbles across this post and finds it useful. Glad you got it sorted.
View ArticleHow to attach a LTI 1.3 ResourceLink to an Activity?
by Latte Software. Hello,My LTI 1.3 tool doesn't provide DeepLinking currently, how can one attach the ResourceLink directly into an Course Activity?
View ArticleRe: How to attach a LTI 1.3 ResourceLink to an Activity?
by Jake Dallimore. Hi there, How are you identifying the resources? Do you use custom parameter? If so, custom parameters can be set at the link-level, despite the tool being configured at site or...
View ArticleRe: How to attach a LTI 1.3 ResourceLink to an Activity?
by Latte Software. Hello Jake,Thanks for you response!I am identifying a resource using the`resource_link_id` (https://www.imsglobal.org/spec/lti/v1p3#resource-link).Until now, I:1. Created a Course...
View ArticleRe: How to attach a LTI 1.3 ResourceLink to an Activity?
by Jake Dallimore. Alright. I think there are a few things to clarify here. Firstly, the resource link id is an id generated by the platform (Moodle in this case), not the tool. Moodle generates this...
View Article