Skip to content

Commit 9d9f30f

Browse files
committed
fix: Changed hint text in hide read-aloud and question number toggles [PT-186748228]
1 parent 6472071 commit 9d9f30f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/views/lightweight_activities/_form.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.field
88
= f.check_box :hide_read_aloud
99
= f.label :hide_read_aloud, "Hide Read-Aloud Toggle"
10-
.hint Check this box if you do not want the "Tap text to listen" toggle to appear on this activity.
10+
.hint Check this box if you do not want the "Tap text to listen" toggle to appear to the student in this activity.
1111
.field
1212
= f.check_box :hide_question_numbers
1313
= f.label :hide_question_numbers, "Hide Question Numbers"

app/views/sequences/_form.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
.field
2727
= f.check_box :hide_read_aloud
2828
= f.label :hide_read_aloud, "Hide Read-Aloud Toggle"
29-
.hint Check this box if you do not want the "Tap text to listen" toggle to appear on activities in this sequence.
29+
.hint Check this box if you do not want the "Tap text to listen" toggle to appear in activities in this sequence. Note: This will override the "Hide Read-Aloud Toggle" setting for any activities in this sequence.
3030
.field
3131
= f.check_box :hide_question_numbers
3232
= f.label :hide_question_numbers, "Hide Question Numbers"
33-
.hint Check this box if you do not want question numbers to appear to the student in activities in this sequence.
33+
.hint Check this box if you do not want question numbers to appear to the student in all activities in this sequence. Note: This will override the "Hide Question Numbers" setting for any activities in this sequence.
3434
.field
3535
= f.label :layout_override, "Activity Layout Override"
3636
= f.select :layout_override, options_for_select(LightweightActivity::LAYOUT_OVERRIDE_OPTIONS, @sequence.layout_override)

0 commit comments

Comments
 (0)