mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-28471 make the question flag smaller, and give it a label.
This commit is contained in:
parent
6f05796919
commit
474ee9389a
3 changed files with 29 additions and 3 deletions
|
@ -399,3 +399,5 @@ $string['whethercorrect'] = 'Whether correct';
|
|||
$string['withselected'] = 'With selected';
|
||||
$string['xoutofmax'] = '{$a->mark} out of {$a->max}';
|
||||
$string['yougotnright'] = 'You have correctly selected {$a->num}.';
|
||||
$string['clickflag'] = 'Flag question';
|
||||
$string['clickunflag'] = 'Unflag question';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue