Open source achievements!

David Humphrey recently showed me this awesome project by Mozilla called Open Badges. For my gamification project, I had initially planned on implementing my own achievement module to keep track achievements. I hadn’t put too much thought into this so when Dave asked me how I planned to tackle issues like security (preventing students from unlocking achievements illegally) and authentication (proving that students have in fact completed the requirements for the achievement), I knew I had hit a roadblock. Thankfully Open Badges solves a lot of these problems. Mozilla’s provided a simple API to interface with their system that makes issuing achievements (badges) remarkably easy.

Continue reading “Open source achievements!”