Remove a literal "<br/>" in fill in the blank quiz description. Fixes #5681.
Change-Id: I25088579e309d12c2713556684b53f96d9b74949 Reviewed-on: https://gerrit.instructure.com/5729 Reviewed-by: Jacob Fugal <jacob@instructure.com> Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
parent
2dd233c520
commit
77acc305f1
|
@ -45,7 +45,7 @@
|
|||
<%= t('explanations.true_false', "Enter your question text, then select if True or False is the correct answer.") %>
|
||||
</div>
|
||||
<div class="short_answer_question_explanation explanation subheader">
|
||||
<%= t('explanations.short_answer', "Enter your question text, then define all possible correct answers for the blank.<br/>Students will see the question followed by a small text box to type their answer.") %>
|
||||
<%= mt('explanations.short_answer', "Enter your question text, then define all possible correct answers for the blank. \nStudents will see the question followed by a small text box to type their answer.") %>
|
||||
</div>
|
||||
<div class="fill_in_multiple_blanks_question_explanation explanation subheader">
|
||||
<%= t('explanations.fill_in_multiple_blanks', "Enter your question, specifying where each blank should go. Then define the possible correct answer for each blank. Students must type correct answers into text boxes at each blank.") %>
|
||||
|
|
Loading…
Reference in New Issue