rating MDL-21657 first commit for rating library

This commit is contained in:
Andrew Davis
2010-03-16 05:57:51 +00:00
parent 283cf6ec6f
commit a09aeee47b
21 changed files with 917 additions and 33 deletions
+1
View File
@@ -2579,6 +2579,7 @@ function data_supports($feature) {
case FEATURE_GRADE_HAS_GRADE: return true;
case FEATURE_GRADE_OUTCOMES: return true;
case FEATURE_MOD_SUBPLUGINS: return array('datafield'=>'mod/data/field', 'datapreset'=>'mod/data/preset');
case FEATURE_RATINGS: return true;
default: return null;
}