MDL-11495 grade letter setting improvements:
* in_null for decimals defaults checks * store letter settings only in database - no cfg settings * separate configuration page for letters only - pluginselector+admin tree * new capability to manage grade letters - similar to scales and outcomes * added grade_letters db index * grade letters related minor bugfixing
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2007092501; // YYYYMMDD = date
|
||||
$version = 2007092801; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.9 Beta +'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user