Skip to content

Commit

Permalink
SAM-3038 "Display Point Value" option missing in Hot Spot Question (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj authored and juanjmerono committed Sep 29, 2016
1 parent 651ab43 commit ad6a1cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions samigo/samigo-app/src/webapp/jsf/author/item/imageMapQuestion.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@
<h:message for="answerptr" styleClass="validate"/>
</div>
</div>

<div class="form-group row">
<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}" />
</h:selectOneRadio>
</div>
</div>

<!-- 2 TEXT -->
<div class="form-group row">
Expand Down

0 comments on commit ad6a1cf

Please sign in to comment.