mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-20296 using $state->options->raw_unitpenalty to display the unit penalty
This commit is contained in:
parent
7897d6fcad
commit
327b0d444d
@ -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 ';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user