Skip to content

Commit

Permalink
SAK-43918 Lessons: Add instruction for correct answer (sakaiproject#8726
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MRutea committed Oct 26, 2020
1 parent 72eeb41 commit 3df1f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessonbuilder/tool/src/webapp/templates/ShowPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@ <h4 class="panel-title">
<input type="hidden" rsf:id="question-multiplechoice-answer-id" class="question-multiplechoice-answer-id" />
<label for="question-multiplechoice-answer-correct"><span rsf:id="msg=simplepage.question-correct-answer" class="offscreen"></span></label>
<input type="checkbox" name="question-multiplechoice-answer-correct" rsf:id="question-multiplechoice-answer-correct" class="question-multiplechoice-answer-correct" />
<label for="question-multiplechoice-answer"><span rsf:id="msg=simplepage.question-possible-answer" class="offscreen"></span></label>
<label for="question-multiplechoice-answer"><span rsf:id="msg=simplepage.question-possible-answer"></span></label>
<input type="text" rsf:id="question-multiplechoice-answer" name="question-multiplechoice-answer" class="question-multiplechoice-answer" />
<a role="button" href="#" onclick="deleteAnswer($(this)); return false;" style="display:none" class="deleteAnswerLink"><img src="$context/images/delete.png" rsf:id="question-mc-del"></img></a>
</div>
Expand Down

0 comments on commit 3df1f0f

Please sign in to comment.