Skip to content

Commit 974f8c7

Browse files
committed
Add icon to the dashboard page link.
1 parent f59e967 commit 974f8c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/en/qtype_stack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
$string['questiontestsfor'] = 'Question tests for seed {$a}';
589589
$string['questiontestspass'] = 'All question tests passed.';
590590
$string['questiontestsdefault'] = '(Default)';
591-
$string['runquestiontests'] = 'STACK question dashboard';
591+
$string['runquestiontests'] = '<i class="fa fa-wrench"></i> STACK question dashboard';
592592
$string['runquestiontests_help'] = 'The dashboard runs question tests which unit-test the questions to ensure the behaviour matches expectations expressed by the teacher, and deployed variants ensure random versions seen by a student are pre-tested against the question tests. These are tools to help you create and test reliable questions and should be used in all cases a question will be used by students. The dashboard also has numerous other STACK specific functions.';
593593
$string['runquestiontests_alert'] = 'Question is missing tests or variants.';
594594
$string['runquestiontests_auto'] = 'Automatically adding one test case assuming the teacher\'s input gets full marks. Please check the answer note carefully.';

0 commit comments

Comments
 (0)