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
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page explains summarises the steps I need to do to make the changes.
{{Template:Question_engine_2}}
This page summarises how and when these changes will be implemented.


Previous section: [[Question Engine 2:Design|Design]]
Previous section: [[Using_the_question_engine_from_module|Using the question engine from a module]].


==Relationship with OU Moodle==


TODO
==Time scales==


==Task breakdown==
I started working on this in October 2009.


TODO
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.


==Time estimates==
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]]


* Completing the above design: a few days.
You can follow development at https://github.com/timhunt/moodle/commits/MDL-20636_master_new_question_engine.
* ...


===Time scales===


It seems highly unlikely that this could be done before Moodle 2.0 branches. Now that I have worked out the details of this proposal, I would really like to do it as soon as possible, so that would be for Moodle 2.1. However, that is dependant on my employer (either moodle.com or The Open University). This change is sufficiently big that I would not want to undertake it on my own time.
==See also==


==See also==
The next section, [[Question Engine 2:Testing|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|Question Engine 2]]
* Back to [[Question_Engine_2|Question Engine 2]]
{{CategoryDeveloper}}
[[Category:Quiz]]

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.