Skip to content
Snippets Groups Projects
Commit 5d2d9d12 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Merge branch 'master' of github.com:maths/moodle-qtype_stack

parents ef0e5272 c061ba62
No related branches found
No related tags found
No related merge requests found
...@@ -336,8 +336,8 @@ $string['questionvariablevalues'] = 'Question variable values'; ...@@ -336,8 +336,8 @@ $string['questionvariablevalues'] = 'Question variable values';
$string['quiet'] = 'Quiet'; $string['quiet'] = 'Quiet';
$string['quiet_help'] = 'When set to yes any feedback automatically generated by the answer tests is suppressed, and not displayed to the student. The feedback fields in the branches are unaffected by this option.'; $string['quiet_help'] = 'When set to yes any feedback automatically generated by the answer tests is suppressed, and not displayed to the student. The feedback fields in the branches are unaffected by this option.';
// The icon fa-volume-off isn't very good really. // The icon fa-volume-off isn't very good really.
$string['quiet_icon_true'] = '<span style="font-size: 1.25em; color:red;"><i class="fa fa-microphone-slash" aria-hidden="true"></i></span>'; $string['quiet_icon_true'] = '<span title ="Quiet on" alt="Quiet On Microphone icon" style="font-size: 1.25em; color:red;"><i class="fa fa-microphone-slash" aria-hidden="true"></i></span>';
$string['quiet_icon_false'] = '<span style="font-size: 1.25em; color:blue;"><i class="fa fa-commenting-o"></i></span>'; $string['quiet_icon_false'] = '<span title ="Quiet off" alt="Quiet Off Microphone icon" "style="font-size: 1.25em; color:blue;"><i class="fa fa-commenting-o"></i></span>';
$string['renamequestionparts'] = 'Rename parts of the question'; $string['renamequestionparts'] = 'Rename parts of the question';
$string['requiredfield'] = 'This field is required!'; $string['requiredfield'] = 'This field is required!';
$string['requirelowestterms'] = 'Require lowest terms'; $string['requirelowestterms'] = 'Require lowest terms';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment