by Tobias Schliebitz.
Hi everybody,
I'm currently trying hard to extend an existing learning on-line learning application for Latin vocabulary into an LTI Provider for Moodle. The existing app is coded in C#, and this is the only language that I really master, so I would like to stick to it.
I have found a project named LtiLibrary which seems to offer a lot of functionality for Lti and C#. However, there is virtually no documentation and the project maintainer is not easily available. So I hope that someone here has already done a similar project or can point me to resources.
One more thing, the latest version of the mentioned LtiLibrary relies on MVC. My existing app is a rather old-fashioned ASP.NET app, and I don't want to refactor it. All I want is the ability to single-sign on to it from Moodle (which I have actually managed), and to post back grades for a single user (which I seem unable to accomplish).
Any help would be dearly appreciated,
Tobias