Live data from Hacker News

Ask HN: Looking for a simple solution for building an online course

news.ycombinator.com

1–10 of 38 posts

Ask HN: Looking for a simple solution for building an online course

#1
I want to build an online course on graph algorithms for my university. I've tried to find a solution which would let submit, execute and test student's code (implement an online judge), but have had no success. There are a lot of complex LMS and none of them seem to have this feature as a basic functionality.

Are there any good out-of-box solutions? I'm sure I can build a course using Moodle or another popular LMS with some plugin, but I don't want to spend my time customizing things.

I'm interested both in platforms and self-hosted solutions. Thanks!

Re: Ask HN: Looking for a simple solution for building an online course

#4
The edX platform used by edX.com (of course) but also quite a few others is open source.

https://github.com/edx/

edX.com has this function but I don't know if it's in the pen source part and/or how easy it is to implement or use.

An entire platform may be a little overkill for what you want though?

> I don't want to spend my time customizing things.

Okay, probably not :-)

Post reply on HN