Question Engine 2:Implementation plan
- Goals
- Rationale
- How it currently works
- New system overview
- Detailed design
- Question Engine 2 Developer docs:
- Implementation plan
- Testing
This page summarises how and when these changes will be implemented.
Previous section: Using the question engine from a module.
Time scales
I started working on this in October 2009.
It was tested at the OU in autumn 2010 and released onto the live OU VLE servers at the start of December 2010. Since then it has been running smoothly with only a few minor bugs found and fixed.
The code has now been converted to work on top of Moodle 2.0 with a view to including it in the Moodle 2.1 release. There are just a few tasks to be completed before that can happen (see MDL-20636). The code is currently being reviewed by a HQ developer prior to its inclusion. See Question_Engine_2:Review_2011-05
You can follow development at https://github.com/timhunt/moodle/commits/MDL-20636_master_new_question_engine.
See also
The next section, Testing, contains notes about what most needs to be tested.
- Current work-in-progress: https://github.com/timhunt/moodle/commits/MDL-20636_master_new_question_engine
- Back to Question Engine 2