Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Roadmap.

Roadmap: Difference between revisions

From MoodleDocs
Line 8: Line 8:
::The new Events API provides a way for any code to "hook" into events in a clean, loosely coupled way.  It's the foundation of the new Gradebook.  A lot of events in Moodle (such as adding a user or a course) now trigger events that developers can hook into.
::The new Events API provides a way for any code to "hook" into events in a clean, loosely coupled way.  It's the foundation of the new Gradebook.  A lot of events in Moodle (such as adding a user or a course) now trigger events that developers can hook into.
* [[Tags]] - part of the [[Student_projects/Social_Networking_features|Google SOC Social Networking]] project will make it's way into 1.9, allowing users to tag themselves and create interest pages around those tags, bringing information together from a variety of sources.
* [[Tags]] - part of the [[Student_projects/Social_Networking_features|Google SOC Social Networking]] project will make it's way into 1.9, allowing users to tag themselves and create interest pages around those tags, bringing information together from a variety of sources.
* Messaging - part of the [[Student_projects/Messaging_improvements|Google SOC Messaging Improvements]] project will also be in 1.9.  It has converted all the old emailing in Moodle to message events, and users can set preferences to direct where these messages go.
* [[Development:Plan_to_Improve_Flexibility_of_Question_Category_Sharing_and_Permissions|Improved question bank]] - Jamie Pratt
* [[Development:Plan_to_Improve_Flexibility_of_Question_Category_Sharing_and_Permissions|Improved question bank]] - Jamie Pratt
::Allows questions to be shared by the whole site, a course category, a singe course, or be kept private to a single module. More control over who can do what to each question.
::Allows questions to be shared by the whole site, a course category, a singe course, or be kept private to a single module. More control over who can do what to each question.

Revision as of 07:36, 14 August 2007

This roadmap collects the best information about upcoming features in Moodle. It is not 100% certain - features may change according to available funding and developers.

Version 1.9 - Expected August 2007

The gradebook system will be revamped for performance, switching from our older "pull" model to a "push" model where all modules will now publish grades as necessary into a central table. Support for (local/state) outcomes/goals/competencies is included!
The new Events API provides a way for any code to "hook" into events in a clean, loosely coupled way. It's the foundation of the new Gradebook. A lot of events in Moodle (such as adding a user or a course) now trigger events that developers can hook into.
Allows questions to be shared by the whole site, a course category, a singe course, or be kept private to a single module. More control over who can do what to each question.

Version 2.0 - Expected Mid 2008

(This list is fluid, depending on available resources)

Definitely

Interface Moodle activities and repositories to help produce portfolios for internal assessment AND external publication. The first Portfolio plugin implemented will be Mahara.
Allowing dependencies and forced paths through the content
Makes it easy for users to find and navigate other systems and external Moodle repositories, leveraging the Moodle Network in various ways.
  • Repository API - Open University, Moodle.com, Humboldt and Warp Networks
Abstract all file operations to an API that allows plugins for different external repositories
  • Old DB install/upgrade system removed
The deprecated system for installing or upgrading database entries used in Moodle < 1.7 will be completely removed, while supporting only the new XML based database scheme introduced in 1.7
Site-wide groups, reusable groups, and assigning activities to groups are the major improvements being developed

Hopefully

Support for importing/exporting LD, converting Moodle activities and sequences of activities into a standard format for sharing, and importing standard sequences into Moodle courses
API for integrating external systems for managing student information
Moodle Voice is a project for embedding VoiceXML support into Moodle Core.
We plan to have a very simple export for any Moodle course into IMS LD format, as a proof of concept and to help the community start learning about IMS LD.