Skip to content
Daniel Vogt edited this page Mar 9, 2023 · 3 revisions

You can find the basic LTI mod implementation I started for moodle-dl here: https://gist.github.com/C0D3D3V/b2dfaca263d8645e11041d153a5994f8

Area Name Introduced in Description
mod_lti mod_lti_get_ltis_by_courses 3.0 Returns a list of lti instances in a provided set of courses.
mod_lti mod_lti_get_tool_launch_data 3.0 Return the launch data for a given external tool.

Since we have to call a form and save the cookies, for now we relay on yt-dlp to do that for us

Clone this wiki locally