Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Question Engine 2:Implementation plan: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
I started working on this in October 2009.
I started working on this in October 2009.


It was committed to the OU's CVS repository on 1st October 2010 and will be released live on the OU VLE at the start of December 2010.
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 next stage is to merge the code into standard Moodle after Moodle 2.0 is release, so it can be included in Moodle 2.1. That work is happening now.
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 http://timhunt.github.com/Moodle-Question-Engine-2/.
You can follow development at https://github.com/timhunt/moodle/commits/MDL-20636_master_new_question_engine.




Line 20: Line 20:
The next section, [[Question Engine 2:Testing|Testing]], contains notes about what most needs to be tested.
The next section, [[Question Engine 2:Testing|Testing]], contains notes about what most needs to be tested.


* Current work-in-progress: http://timhunt.github.com/Moodle-Question-Engine-2/
* Current work-in-progress: https://github.com/timhunt/moodle/commits/MDL-20636_master_new_question_engine
* Back to [[Question_Engine_2|Question Engine 2]]
* Back to [[Question_Engine_2|Question Engine 2]]

Latest revision as of 18:07, 6 June 2011

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.