Re: Sending additonal information to an external tool with LTI
by Jake Dallimore. Hi Akshay, You're right in that Moodle is the limiting factor for you right now. You're also right in that you need to create a plugin, however, implementing the before_launch()...
View ArticleRe: Displaying Grading Summary For External Tool Assignments
by Jake Dallimore. Hi Matt, That first view (Grading Summary) has nothing to do with LTI. It's a view specific to the Assignment module in Moodle. When you return grades from your tool (and assuming...
View ArticleRe: Zoom Integration Problem
by Jake Dallimore. Hi An, This looks like you've set up Zoom using the Zoom LTI Pro integration. Is that right? What you're seeing there in that screenshot isn't something that Moodle generates. I'd...
View ArticleRe: Missing or invalid consumer key - Sending Grades from External LTI system...
by Youness Madhoun. Hello Jake , I use the pyLTIp3 library: https://pypi.org/project/PyLTI1p3/#configuration-using-django-admin-ui and the problem is linked to the header to be able to authorize...
View ArticleRe: How to disable the ability to create new preconfigured LTI tools
by Susana L.. Hi Jake,Thank you for your input!I changed the capability 'mod/lti:addcoursetool' on teacher's role, but the teacher is still able to see the "+" symbol and actually create a new tool...
View ArticlePlease, can the external tool activity completion use passing grade!
by Chris Swinney. Hi,We want to use H5p.com rather than the integrated H5P activity. This gives us simpler question management in a single interface rather than have to jump around into different...
View Articlezoom paid plan account
by Hatem Ghaly. I installed zoom plugin in my moodle, I need :1- zoom paid plan account that accept around 200 users in one session.2- how teacher can create zoom session in his course if we purchase...
View ArticleRe: Zoom LTPPro Setup - Moodle 3.10
by Dr. Indira Koneru. Hi Dave,I have successfully integrated Zoom LTI Pro with our Moodle 3.10. You might find the following video useful for configuring the Zoom LTI Pro connections for your Moodle....
View ArticleRe: How to disable the ability to create new preconfigured LTI tools
by Jake Dallimore. Hi Susana, The + symbol will still be present, but they will see a notice if they try to use it. I've just double checked the code (and the behaviour) and it's definitely the...
View ArticleRe: How to disable the ability to create new preconfigured LTI tools
by Susana L.. Hi Jake, You are absolutely right. My fault. I was changing the capability to Prevent instead of Prohibit... That's it, just like you said, the '+' sign shows up but the page is not...
View ArticleLTI in Moodle IFrame issue
by Andrew Thomas Tobey. Hi there, We have just installed a LTI demo from a publisher that offers LTI licenses via BlinkLearning. I configured the external tool as outlined in the BlinkLearning...
View ArticleRe: LTI in Moodle IFrame issue
by Andrew Thomas Tobey. We use Debian 10 and Moodle 3.10 with MariaDB.
View Articlereinstall the LTI enrollment plugin
by Jeremy Schulz. Hello,so I uninstalled the "Publish as LTI tool" / "enrol_lti" plugin under Plugins->Manage enrol plugins recently.So I wanted to reinstall it now, but I can't find any option to...
View ArticleCommon Cartridge: What version(s) are supported?
by Thomas Bennett. Good evening everyone, Could someone tell me or point me in the direction of what version Common Cartridge or Thin Common Cartridge is supported by Moodle 3.11 and MoodleCloud? I...
View ArticleRe: LTI in Moodle IFrame issue
by Carlos Freire. Hi Andrew The same thing happened to me, I changed it directly in this file ...../moodle/mod/lti/register.phpIn my case I changed the height to 600px because the window was very...
View ArticleRe: LTI in Moodle IFrame issue
by Carlos Freire. Sorry...I paste an image but it did not appearin the file there is this text..<iframe id="contentframe" height="600px" width="100%" src="launch.php?id=82&triggerview=0"...
View ArticleRe: LTI in Moodle IFrame issue
by Andrew Thomas Tobey. Hi Carlos, Thank you very much. I wasn't expecting that there was static code in Moodle to set both the width and height of the IFrame. You made my day! Have a wonderful one...
View ArticleRe: LTI in Moodle IFrame issue
by Andrew Thomas Tobey. I cannot find the entry you referred to in the file. All I find is a piece that reads: <iframe id="contentframe" height="600px" width="100%" src="' . $registration->out()...
View ArticleFeature request: set custom icon to a preconfigured tool
by Chiara Di Terlizzi. The possibility to set a custom icon for a preconfigured tool (instead of the external tool generic one) would be very useful. Do you think it is possible, for how the external...
View ArticleRe: LTI in Moodle IFrame issue
by Carlos Freire. Hi Andrew. Apparently it is the same entry with small variations according to each website ... maybe did you do a test changing the height in that file? that's the only input that...
View Article