lti

How to define LTI systems with Time delay in Scipy?

佐手、 提交于 2021-02-04 12:33:07
问题 The transfer function of an LTI system with time delay has a numerator term exp(-Td * s) where Td is the time delay. In Matlab, one could create such an LTI system in many ways (e.g. using the "s" operator and setting the exponential term directly or by setting the inputdelay outputdelay properties of tf objects.) However, I cannot find any way to do this in Scipy Signal LTI objects. I also checked the Python Control Systems Library, but still couldn't find a way. I do not want to use the

Creating a LTI provider for Moodle

余生长醉 提交于 2021-01-29 02:34:58
问题 I'm trying to create a LTI provider for Moodle. The things that I need from Moodle - course name, students and teachers, as well as enabling a single sign on (getting the session, token, cookie...) I did a research and saw that Moodle 3 supports LTI v2, which is basically a why to communicate through REST API with Moodle, but didn't see an API ref for the optional endpoints, or code samples (looking for nodejs, but every other language will be welcome) Does anyone has experience with it?

How to Assign Dynamic Values to Custom Parameters in D2L Basic LTI

牧云@^-^@ 提交于 2019-12-13 01:49:32
问题 Within "Manage External Learning Tools" D2L provides the ability to define custom LTI parameters. I created such a parameter, and I now want to assign a dynamic value to the customer parameter via JavaScript prior to posting the request to the 3rd party provider. For example, the user_id LTI parameter is assigned the D2L-only user ID value which does not align with the campus-wide authentication. However, it is possible to get the campus-wide user ID via JavaScript, and I would like to assign

Can I notify two LMS' that a course has been completed from an LTI tool provider?

那年仲夏 提交于 2019-12-11 17:44:51
问题 Imagine I have two LMS that I want to notify when a course has been completed. One is the "central repository" of training courses, and the other is a site based learning tool. They have different LMS systems but they support LTI Providers and can act as LTI consumers. Would it be possible to have a page on my third party solution that can act as an LTI provider (using a library like this: https://github.com/andyfmiller/LtiLibrary)? In this solution the LTI tool provider would host a course,