mQuiz: running quizzes on your mobile
Once again, I’ve been getting a bit slack with posting to my blog, seem to have got a bit distracted with writing project proposals and other work. So here’s a quick update on something I’ve been developing over the last couple of weeks… a smartphone application to easily create, deliver and take short quizzes and assessment activities. Firstly, a quick demo:
There are many quiz apps on Android market, but none that I found will allow you to easily create your own quiz questions (not without programming a new Android app). True, there are ways to do this, for example, to create your quiz in Moodle, then access via one of the mobile Moodle apps. But I wanted something that you could run on your phone offline and didn’t have the overhead of setting up a Moodle installation.
I now have a prototype website (at http://mquiz.org – very surprised this domain name was easily and cheaply available!), where you can create your own (multiple-choice) quizzes. Anyone with an Android smartphone can install the client application and download any of the quizzes created and submit/share their results. To download the client app see: https://market.android.com/details?id=org.digitalcampus.assessment or search for ‘mquiz’ in the market.
I’m planning to make some nice graphs/charts etc on the site so you can track responses to quizzes better. For example to see how many people have been taking your quiz, the scores they are getting, even identify which questions most people get right/wrong.
It’s very much a work in progress, so things are likely to change rapidly – not all the pages on the website are written yet even. Some of the key functions I’d like to work on are:
- Nicer analytics pages/graphs on the website
- Client app for other mobile OSs – thinking about porting to PhoneGap to make it easier to develop for multiple mobile platforms.
- More than just multiple choice – it would be good to support something like the GIFT format to make it easy for people to import existing quizzes
- Better sharing of quizzes – so you could email/sms someone a link to a quiz for them to opt to have it downloaded to their phone next time they open the client app
- Visibility/submission permissions – currently all quizzes created are publicly available and anyone can submit responses (even anonymously), would like to have the option to restrict quizzes to particular users/groups
- … probably much more to add to this list!
The code for the phone client app and the server app is available on GitHub, see: http://mquiz.org/developer/ for details.
Any feedback/suggestions much appreciated (as would any help with the development!)













