MDL-28108 oops! I got the cut-off percentage wrong.

This commit is contained in:
Tim Hunt
2011-06-29 22:02:59 +01:00
parent 7fde489dae
commit 05a5c2f9a2
@@ -26,7 +26,7 @@
$string['assumingcertainty'] = 'You did not select a certainty. Assuming: {$a}.';
$string['certainty1'] = 'Not very (less than 67%)';
$string['certainty2'] = 'Fairly (more than 67%)';
$string['certainty3'] = 'Very (more than 85%)';
$string['certainty3'] = 'Very (more than 80%)';
$string['howcertainareyou'] = 'How certain are you? {$a}';
$string['markadjustment'] = 'Based on the certainty you expressed, your base mark of {$a->rawmark} was adjusted to {$a->mark}.';
$string['pluginname'] = 'Deferred feedback with CBM';