Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ receiptEmail_changeSetting = You can change your email notification settings via

fib_sr_explanation = What follows is a fill in the blank question with {0} blanks.
fib_sr_answer_label_part1 = Blank
fib_sr_answer_label_part2 = Fill in the blank, read surrounding text.
fib_sr_answer_label_part2 = Fill in the blank:
fin_sr_explanation = What follows is a numeric fill in the blank question with {0} blanks.
fin_sr_answer_label_part1 = Blank
fin_sr_answer_label_part2 = Fill in the blank, read surrounding text.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ should be included in file importing DeliveryMessages
answer.isCorrect != null && !answer.isCorrect && answer.hasInput && !delivery.noFeedback=='true'}">
</h:panelGroup>
<h:panelGroup rendered="#{answer.hasInput && delivery.actionString !='gradeAssessment' && delivery.actionString !='reviewAssessment'}">
<h:outputLabel styleClass="sr-only" for="fib" value="#{deliveryMessages.fib_sr_answer_label_part1} #{question.answerCounter}. #{deliveryMessages.fib_sr_answer_label_part2}" />
<h:outputLabel styleClass="sr-only" for="fib" value="#{deliveryMessages.fib_sr_answer_label_part2} #{answer.text}" />
<h:inputText size="20" value="#{answer.response}" onkeypress="return noenter()" id="fib" />
</h:panelGroup>
<h:outputText style="text-decoration: underline" rendered="#{delivery.actionString=='gradeAssessment' || delivery.actionString=='reviewAssessment'}"
Expand Down