From cd193dfea6a1c4cb505db415818ef1f20fcb2ea1 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Thu, 19 Dec 2024 12:50:20 +0000 Subject: [PATCH] Added title and alt tags to the string that is used in the question editing form. I did not know what the icons meant as they are not right next to the dropdown in the PRT part of the form. --- lang/en/qtype_stack.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/qtype_stack.php b/lang/en/qtype_stack.php index 9b42883050..920f28d2fe 100644 --- a/lang/en/qtype_stack.php +++ b/lang/en/qtype_stack.php @@ -336,8 +336,8 @@ $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.'; // The icon fa-volume-off isn't very good really. -$string['quiet_icon_true'] = ''; -$string['quiet_icon_false'] = ''; +$string['quiet_icon_true'] = ''; +$string['quiet_icon_false'] = ''; $string['renamequestionparts'] = 'Rename parts of the question'; $string['requiredfield'] = 'This field is required!'; $string['requirelowestterms'] = 'Require lowest terms';