Tagged: MooC

0

Running Bash programs on Moodle CodeRunner

I have been teaching a course at APU that includes Bash scripting. I have a love-hate relationship with Bash. It’s a weird combination of a programming language and an iterative CLI. It’s confusing, easy to make mistakes, and hard to debug, but on the other hand, it’s available on almost all systems. It...

Screen shot of jotted 2

Embedding Web Examples

I have been looking for embeddable, playable HTML/CSS/JS snippets for some time. Services like JSBin, CodePen, CodeSandbox, etc., do allow that. But I was looking for a self-hosted version as my requirement was just the ability to use HTML/CSS/JS, which are native to the browser and can run offline without any backend services.

Home page of the Admin. Its empty as of now. It generally lists all the courses otherwise. 0

How to Launch your own Online Course

Table of Contents1 Setup Local Machine2 Production Setup3 Course Creation4 Publish Course5 Site Settings6 Next MOOCs (Massive open online course) is probably the best way to reach a set of learners whom you can’t reach otherwise. Its also the best way to reach thousands with just you as the teacher. That said installing...