Ability to run a quiz in real-time in a class-room, so that all connected participants run each question at a time as stepped through by the teacher or admin. This will be used in a live lesson.

There are a few examples out there e.g.
- moodle (https://moodle.org/plugins/mod_activequiz)
- http://www.quizsocket.com/

Comments

zeezhao created an issue.

djdevin’s picture

Looks neat, since Quiz is all Entity and FAPI-based this should be possible. I probably won't have time to do this but I think a submodule could get the job done. Maybe by either preventing form submission of a question, or removing certain elements on the page and then putting them back with socket/ajax.