Hacker News new | ask | show | jobs
by jayanthtn 3139 days ago
Hi Rahim, thanks a lot for the reference. I did check them out, both the demo video and a few libraries. You are right that the basic premise is the same. And, yes, they allow for a much more customisable flow. Lots to learn from them!
1 comments

The Oppia code base is licensed under Apache License 2.0 so you could even use that as a base if it covers everything you have so far.
One difference I see is that Oppia seems to be making AJAX calls (am not familiar with Angular, so, maybe I am wrong). Whereas, I deliberately chose the quiz flow to be one that goes to a different URL as you progress. But, yes, will take a look at the backend and DB and see how things are stored and processed.

I learnt just enough web development to be able to build this. So, it will take me a little bit of time to understand code written by a Google team :)

"I learnt just enough web development to be able to build this."

Congrats! Seriously, this is the best way to learn. We're all on the same journey :)

EDIT: Yes, Oppia doesn't appear to update the URL after each step. So if you refresh the page you're back at the start of the lesson. (They didn't have to do it that way, though: http://www.codemag.com/article/1301091)