Skip to content

Commit

Permalink
SAK-42897 T&Q : Don't show points by default for Surveys (sakaiprojec…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaentornos authored and bjones86 committed Dec 19, 2019
1 parent e9ba3fe commit 95c1bfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
<h:outputLabel value="#{authorMessages.answer_point_value_display}" styleClass="col-md-2 form-control-label"/>
<div class="col-md-5 samigo-inline-radio">
<h:selectOneRadio value="#{itemauthor.currentItem.itemScoreDisplayFlag}" >
<f:selectItem itemValue="true" itemLabel="#{authorMessages.yes}" />
<f:selectItem itemValue="false" itemLabel="#{authorMessages.no}" />
<f:selectItem itemValue="false" itemLabel="#{authorMessages.yes}" />
<f:selectItem itemValue="true" itemLabel="#{authorMessages.no}" />
</h:selectOneRadio>
</div>
</div>
Expand Down

0 comments on commit 95c1bfa

Please sign in to comment.