Adding to the problem template
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h2 class="problem-header">Problem Header</h2>
|
||||
<h2 class="problem-header">${_("Problem Header")}</h2>
|
||||
|
||||
<section class='problem-progress'>
|
||||
</section>
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<input class="check" type="button" value="${_('Check')}">
|
||||
<input class="reset" type="button" value="${_('Reset')}">
|
||||
<input class="save" type="button" value=$"${_('Save')}">
|
||||
<input class="save" type="button" value="${_('Save')}">
|
||||
<button class="show"><span class="show-label">${_("Show Answer(s)")}</span> <span class="sr">(for question(s) above - adjacent to each field)</span></button>
|
||||
<a href="/courseware/6.002_Spring_2012/${ explain }" class="new-page">${_("Explanation")}</a>
|
||||
<section class="submission_feedback"></section>
|
||||
|
||||
Reference in New Issue
Block a user