MDL-20296 using $state->options->raw_unitpenalty to display the unit penalty

This commit is contained in:
Pierre Pichet 2010-05-25 17:17:46 +00:00
parent 7897d6fcad
commit 327b0d444d

View File

@ -71,9 +71,9 @@ $string['unitnotgraded'] = '<STRONG>UNIT NOT GRADED</STRONG>' ;
$string['unitnotvalid'] = ' Unit not valid with this numerical value';
$string['unitunknown'] = ' Undefined unit ';
$string['unitpenalty'] = 'Penalty for bad unit' ;
$string['unitappliedpenalty'] = 'This submission attracted a penalty of {$a} for bad unit.' ;
$string['unitappliedpenalty'] = 'These marks include a penalty of {$a} for bad unit.' ;
$string['unitposition'] = 'Unit position' ;
$string['unitshandling'] = 'Units handling' ;
$string['validnumberformats'] = 'Valid number formats';
$string['validnumbers'] = ' 13500.67 : 13 500.67 : 13500,67: 13 500,67 : 1.350067 E4 : 1.350067 E04 ';
$string['validnumbers'] = ' 13500.67 : 13 500.67 : 13,500.67 : 13500,67: 13 500,67 : 1.350067 E4 : 1.350067 E04 ';