Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Moodle 2.1 release notes: Difference between revisions

From MoodleDocs
m New question engine info moved to a subpage
mNo edit summary
Line 1: Line 1:
Release date: Not yet released (This content copied over from 1.9 site from https://docs.moodle.org/19/en/Moodle_2.1_release_notes just as a start)
==Moodle 2.1==
 
Release date: Not yet released
   
   
===Major new features===
====New question engine====
* Moodle question system has been rewritten to make it much more robust and to support lots of new possible functionality.
* See summary of changes at the [[Moodle 2.1 release notes/New question engine|New question engine]] page and more details in the tracker MDL-20636.
* Warning: This change requires a major database upgrade.
* Backward compatibility warning: ''Random short-answer matching'' question type was moved out of the main Moodle distribution.
====Ability to restore the course contents from Moodle 1.9 backup files====
* Course backup files created in Moodle 1.9 can be now restored during the normal restore process.
* No user data (like forum posts, grades, submissions, ...) are supported yet. Blocks are not restored yet.
* See MDL-22414 for details.
===Highlights===
===Highlights===
   
   
* MDL-20636 [[Moodle 2.1 release notes/New question engine|New question engine]]
* MDL-11288 Ability to copy (or clone) an activity
* MDL-22414 Ability to restore the course contents from Moodle 1.9 backup files (no user data and no blocks supported yet)


===Others===
===Others===


* MDL-11288 Ability to copy (or clone) an activity
* MDL-26784 Improved plugins check/overview page
* MDL-26784 Improved plugins check/overview page


Line 35: Line 50:
===For developers: API changes===
===For developers: API changes===


* The new question engine changes the API for question types. See [[Development:Developing a Question Type]].
* The new question engine changes the API for question types. See [[dev:Developing a Question Type]].
* The new question engine changes the API for activity modules that use the question bank. See [[Development:Using the question engine from module]].
* The new question engine changes the API for activity modules that use the question bank. See [[dev:Using the question engine from module]].
 


===Credits===
===Credits===

Revision as of 15:27, 9 June 2011

Moodle 2.1

Release date: Not yet released

Major new features

New question engine

  • Moodle question system has been rewritten to make it much more robust and to support lots of new possible functionality.
  • See summary of changes at the New question engine page and more details in the tracker MDL-20636.
  • Warning: This change requires a major database upgrade.
  • Backward compatibility warning: Random short-answer matching question type was moved out of the main Moodle distribution.

Ability to restore the course contents from Moodle 1.9 backup files

  • Course backup files created in Moodle 1.9 can be now restored during the normal restore process.
  • No user data (like forum posts, grades, submissions, ...) are supported yet. Blocks are not restored yet.
  • See MDL-22414 for details.

Highlights

  • MDL-11288 Ability to copy (or clone) an activity

Others

  • MDL-26784 Improved plugins check/overview page

Functional changes

  • ...


Security issues

To be released later


System requirements

  • ...


Upgrading

When upgrading to Moodle 2.1, you must first upgrade to Moodle 2.0 or later. We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.

For further information, see Upgrading to Moodle 2.1.


For developers: API changes

Credits

  • ...