Skip to content

Commit

Permalink
Merge pull request #1116 from concord-consortium/186748228-update-hid…
Browse files Browse the repository at this point in the history
…e-setting-hints

fix: Changed hint text in hide read-aloud and question number toggles [PT-186748228]
  • Loading branch information
dougmartin authored Jan 5, 2024
2 parents 6472071 + 9d9f30f commit 273d0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/lightweight_activities/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.field
= f.check_box :hide_read_aloud
= f.label :hide_read_aloud, "Hide Read-Aloud Toggle"
.hint Check this box if you do not want the "Tap text to listen" toggle to appear on this activity.
.hint Check this box if you do not want the "Tap text to listen" toggle to appear to the student in this activity.
.field
= f.check_box :hide_question_numbers
= f.label :hide_question_numbers, "Hide Question Numbers"
Expand Down
4 changes: 2 additions & 2 deletions app/views/sequences/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
.field
= f.check_box :hide_read_aloud
= f.label :hide_read_aloud, "Hide Read-Aloud Toggle"
.hint Check this box if you do not want the "Tap text to listen" toggle to appear on activities in this sequence.
.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.
.field
= f.check_box :hide_question_numbers
= f.label :hide_question_numbers, "Hide Question Numbers"
.hint Check this box if you do not want question numbers to appear to the student in activities in this sequence.
.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.
.field
= f.label :layout_override, "Activity Layout Override"
= f.select :layout_override, options_for_select(LightweightActivity::LAYOUT_OVERRIDE_OPTIONS, @sequence.layout_override)
Expand Down

0 comments on commit 273d0a3

Please sign in to comment.