]> git.mjollnir.org Git - moodle.git/commitdiff
eval/best/ is officially called 'Comparison with the best assessment'
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:19:24 +0000 (18:19 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:19:24 +0000 (18:19 +0000)
mod/workshop/eval/best/db/install.xml
mod/workshop/eval/best/lang/en_utf8/workshopeval_best.php

index 4a115e706d442a35099e4865eed359b1f6d685d2..b0d6dcca7edf0fa319031f1d6150cb9311cd16c6 100644 (file)
@@ -4,7 +4,7 @@
     xsi:noNamespaceSchemaLocation="../../../../../lib/xmldb/xmldb.xsd"
 >
   <TABLES>
-    <TABLE NAME="workshopeval_best_settings" COMMENT="Settings for the grading evaluation subplugin Distance from the best assessment.">
+    <TABLE NAME="workshopeval_best_settings" COMMENT="Settings for the grading evaluation subplugin Comparison with the best assessment.">
       <FIELDS>
         <FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" SEQUENCE="true" NEXT="workshopid"/>
         <FIELD NAME="workshopid" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" SEQUENCE="false" PREVIOUS="id" NEXT="comparison"/>
@@ -16,4 +16,4 @@
       </KEYS>
     </TABLE>
   </TABLES>
-</XMLDB>
\ No newline at end of file
+</XMLDB>
index befa8442aae38ede5b5b0ee6e0f45ae250d6539e..81444761b49551347d548c11be61c192363e17a9 100644 (file)
@@ -32,5 +32,5 @@ $string['comparisonlevel5'] = 'fair';
 $string['comparisonlevel7'] = 'lax';
 $string['comparisonlevel9'] = 'very lax';
 $string['configcomparison'] = 'Default value of the factor that influnce the grading evaluation.';
-$string['pluginname'] = 'Distance to the best assessment';
+$string['pluginname'] = 'Comparison with the best assessment';
 $string['settings'] = 'Grading evaluation settings';