(I do understand that my asking this question almost certainly means I can't answer your question.)
Ask HN: Why is there no good open-source LMS?
11–20 of 164 posts
Re: Ask HN: Why is there no good open-source LMS?
#12What's an LMS? (I do understand that my asking this question almost certainly means I can't answer your question.)
Re: Ask HN: Why is there no good open-source LMS?
#13What's an LMS? (I do understand that my asking this question almost certainly means I can't answer your question.)
Re: Ask HN: Why is there no good open-source LMS?
#14What's an LMS? (I do understand that my asking this question almost certainly means I can't answer your question.)
Re: Ask HN: Why is there no good open-source LMS?
#15And it’s a misnomer as far as I can tell, because it’s a system for managing the teaching, or the administration maybe, but is not actually used by the learners.
Re: Ask HN: Why is there no good open-source LMS?
#16What's an LMS? (I do understand that my asking this question almost certainly means I can't answer your question.)
Re: Ask HN: Why is there no good open-source LMS?
#17LMS stands for Learning Management System in case anyone else didn’t know. And it’s a misnomer as far as I can tell, because it’s a system for managing the teaching, or the administration maybe, but is not actually used by the learners.
Re: Ask HN: Why is there no good open-source LMS?
#18The underlying protocol most [1] LMS use, [2] LTI, is horrible (IMHO). That may have something to do with the quality of platforms built in top of it. [1] https://en.m.wikipedia.org/wiki/Learning_management_system [2] https://en.m.wikipedia.org/wiki/Learning_Tools_Interoperabil...
The tough thing about LTI is that it assumes the piece of content you’re trying to serve is a single resource. So if you’re serving a video or a single HTML page, then cool. If your page is some sort of JS player that loads the content from an API after the page loads, you basically have to create a relay race of auth systems to tie it all together. This is a super common format (a JS lesson player that lazy loads each page/slide as needed) so a ton of people have had to solve this problem in different ways.
Re: Ask HN: Why is there no good open-source LMS?
#19Re: Ask HN: Why is there no good open-source LMS?
#20LMS stands for Learning Management System in case anyone else didn’t know. And it’s a misnomer as far as I can tell, because it’s a system for managing the teaching, or the administration maybe, but is not actually used by the learners.