Re: Show only subscribed courses in "My Courses"
by Jake Dallimore. Hi Ian, When you launch into Moodle as a student and then subsequently visit "My courses", you should still only see those courses which you are enrolled in (which is via the...
View ArticleRe: Show only subscribed courses in "My Courses"
by Ian Stuart. OK.... after some more testing [setting up multiple accounts across several test moodle PLATFORMS], it looks like the "My courses" page on my [moodle] TOOL is only showing the courses...
View ArticleRe: Show only subscribed courses in "My Courses"
by Helen Foster. You should be able to make it so that visible courses are not shown on the Home page by going to the Site home settings and changing the setting 'Site home items when logged in' to...
View ArticleRe: Show only subscribed courses in "My Courses"
by Ian Stuart. YES!!!! Thankee!! For moodle 4.0, I did: Site Administration -> General - Site Home - Site home settings - "Site home" -> "None" - "Site home items when logged in" -> "Enrolled...
View ArticleRe: Show only subscribed courses in "My Courses" [Solved]
by Helen Foster. Ian, good to hear that you've managed to not show all visible courses on the Home page. Thanks for posting your solution. (I didn't think of setting it to 'Enrolled courses'.)
View ArticleRe: Launch Moodle Course from Asp.Net application
by Hema Venkategowda. Thanks for the response Jake. I am trying to build a simple form submit where on the click of a button, we can launch the moodle course. One note here is we don't have the user's...
View ArticleRe: Launch Moodle Course from Asp.Net application
by Hema Venkategowda. Essentially something like this - https://github.com/LtiLibrary/LtiLibrary/wiki/TC-Basic-Launch.
View ArticleRe: Launch Moodle Course from Asp.Net application
by Jake Dallimore. Hi Hema, It's certainly a fun challenge building a platform that's capable of handling an LTI launch flow. I'd suggest keeping your focus squarely on the LTI approach instead of a...
View ArticleLTI 1.3 Grade Passback in Demo Env
by Erik Donohoo. I represent GoReact, an LTI tool provider used by many moodle institutions. We are preparing to launch 1.3 LTI support and are trying to use the demo environment sandbox for testing....
View ArticleRe: Launch Moodle Course from Asp.Net application
by Hema Venkategowda. Thank you so much Jake. This is exactly what I was trying to set up as well after researching a bit on the moodle code. The example links you have provided will definitely help....
View ArticleRe: LTI 1.3 Grade Passback in Demo Env
by Brett Dalton. Erik There are a couple of things here to unpack. Firstly we have revamped the LTI interface at a course level in the new version (4.3) which will be released next week. We are making...
View ArticleRe: LTI 1.3 Grade Passback in Demo Env
by Jake Dallimore. Hi Erik, In addition to what Brett has already said, I'll just say add that:You should still be able to configure tools on the demo site, given you have admin access.This is code...
View ArticleRe: LTI 1.3 Grade Passback in Demo Env
by Erik Donohoo. I do not think the issue is with my tools jwks as I have breakpoints set and noodle breaks before ever calling my jwks url. Other LMSs I have tested with are working with how I have...
View ArticleRe: LTI 1.3 Grade Passback in Demo Env
by Jake Dallimore. I agree. I think the issue is with the demo site's ability to call the tool endpoint. I'm not sure how the demo site's configured but it could be a connectivity issue. Moodle has a...
View ArticleRe: LTI configs when add external tool is switched off
by Greg Myles. Hi Jake, I work for the partners Christine is referring to. Our problem is we have many published LTI resources (potentially hundreds), across multiple courses for multiple instructors....
View ArticleRe: LTI 1.3 Grade Passback in Demo Env
by Erik Donohoo. Well I installed Moodle and did the same test. I am getting the exact same error when I do it all locally. Exception - mod_lti\local\ltiopenid\jwks_helper::fix_jwks_alg(): Argument #1...
View ArticleRe: LTI 1.3 Grade Passback in Demo Env
by Erik Donohoo. Figured it out. The URL I am using for my JWKS is url has an abnormal port of 8801. For my testing. And I didn't know moodle had configurable HTTP SECURITY that blocks certain ports...
View ArticleRe: LTI configs when add external tool is switched off
by Jake Dallimore. Yep, totally agree Greg. That page definitely needs searching, sorting, all the usual stuff to make it remotely useful for large installs.
View ArticlePassing group platform to tool
by Markus Smole. Hi!Is it possible to auto enrole a LTI-user to a group in the tool (LTI-provider)? I want to predefine groups in the tool. The activities in the tool are linked to many courses of...
View ArticleRe: Passing group platform to tool
by Jake Dallimore. Hi Markus, Unfortunately, this is not currently supported but that kind of a use case is probably common. I'd suggesting raising a ticket in MDL-73813 to address this. We're...
View Article