I have been trying to use database as a way to quickly encode lists of questions for interactive activities in jQuery.
Local tests suggest that it is fine. However, I am a bit rusty with Moodle (I used it a while ago). I would appreciate if you could let me know if this works for you. I tested it in Moodle 2.0+ but it should work as well in older versions (1.9).
Presets:
csv to import:
If successful, you should see something like this:
Early draft. I am only trying to establish if this works, for now. If successful, more activity types will follow. This is part of an open source project of mine:
http://widgeds.wikispaces.com/
You can see the code for the jquery plugin, ready for remixing, at: http://jsdo.it/widged/6jZd
In short, what I am trying to do is provide a way for people to add extra interactive activities without having to deal with php. html+javascript+css should be all that is needed.
Comments and feedback, welcome!