Updated information for 1.0.6 Beta 1
This commit is contained in:
+17
-2
@@ -1,4 +1,4 @@
|
||||
<H3> Release notes for Moodle 1.0.6 dev</H3>
|
||||
<H3> Release notes for Moodle 1.0.6 beta 1</H3>
|
||||
|
||||
<P> Major changes in this release (since 1.0.5): </P>
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
|
||||
<DT> New feature - Quiz module!
|
||||
<DD> Finally, the most requested new module is here! Multiple choice, short answer, and true-false
|
||||
questions with automatic marking, multiple attempts and many other features.
|
||||
questions with automatic marking, multiple attempts, teacher regrading and many other features.
|
||||
Questions are stored in a catagorised database, and may be "published" to other courses.
|
||||
|
||||
<DT> New feature - Grade manager!
|
||||
<DD> A new tool has been added for teachers to see all grades for a course on one page.
|
||||
@@ -47,6 +48,20 @@
|
||||
|
||||
<DT> Miscellaneous
|
||||
<DD> Many small improvements have been made to the interface, and many small bugs have been fixed.
|
||||
Some examples:
|
||||
<UL>
|
||||
<LI> Big "Edit this page" buttons at the top of pages (replacing the tiny icon)
|
||||
<LI> LDAP authentication module (thanks to Petri)
|
||||
<LI> Authentication from external sources can now import any fields
|
||||
<LI> Student assignment list now shows submission status properly
|
||||
<LI> Default language for users is now the site language
|
||||
<LI> Users have a 'Change Password' button on their profile page
|
||||
<LI> Journals that need teacher feedback are highlighted
|
||||
<LI> More documentation and more context help buttons
|
||||
<LI> Database-specific upgrade code
|
||||
<LI> Uses character-set codes to make the browser do the right thing
|
||||
<LI> User's name in footer is now a link
|
||||
</UL>
|
||||
|
||||
</DL></UL>
|
||||
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
// database to determine whether upgrades should
|
||||
// be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2002102101; // The current version is a date (YYYYMMDDXX)
|
||||
$version = 2002102200; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$release = "1.0.6 dev 3"; // User-friendly version number
|
||||
$release = "1.0.6 beta 1"; // User-friendly version number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user