Skip to content

Commit

Permalink
SAK-46005 samigo > make data discrepancy 'return' link/button text co…
Browse files Browse the repository at this point in the history
…nfigurable (sakaiproject#9584)
  • Loading branch information
bjones86 authored Aug 19, 2021
1 parent e8ce5c5 commit 206f181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ data_discrepancy_3=When a user did not save their answers before a timed assessm
data_discrepancy_4=In both cases, which answers actually got saved depends on when a user last clicked <b> Next </b> or <b> Exit </b>.
data_discrepancy_5=If you are taking the assessment in multiple browser windows or tabs, close all windows except one.<br/>Click <b>{0}</b> to return to the assessments list. <b>Retake</b> the assessment if it is still available for you to do so.
data_discrepancy_5_url=If you are taking the assessment in multiple browser windows or tabs, close all windows except one. Retake the assessment if it is still available for you to do so.
data_discrepancy_button=Return to assessment list
data_discrepancy_link=Return to assessment

text_or=or
text_period=.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@

<h:form id="discrepancyInData">
<p class="act">
<h:commandButton value="#{deliveryMessages.button_return}" type="submit" styleClass="active" action="select" rendered="#{delivery.actionString=='takeAssessment'}">
<h:commandButton value="#{deliveryMessages.data_discrepancy_button}" type="submit" styleClass="active" action="select" rendered="#{delivery.actionString=='takeAssessment'}">
<f:actionListener type="org.sakaiproject.tool.assessment.ui.listener.select.SelectActionListener" />
</h:commandButton>
<h:outputLink rendered="#{delivery.actionString == 'takeAssessmentViaUrl'}" value="#{delivery.getPublishedURL()}">
<h:outputText value="#{deliveryMessages.button_return}" />
<h:outputText value="#{deliveryMessages.data_discrepancy_link}" />
</h:outputLink>
</p>
</h:form>
Expand Down

0 comments on commit 206f181

Please sign in to comment.