We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c2061 commit 1ccf5a8Copy full SHA for 1ccf5a8
themes/default/templates/menu.html
@@ -49,4 +49,7 @@ <h1 id="infopage-menu-header" data-bind="html: exam.settings.name"></h1>
49
</tbody>
50
</table>
51
</nav>
52
+<!-- End Exam Button -->
53
+<button class="btn btn-danger navbar-btn center-block" id="endBtn" data-localise="control.end exam" data-bind="click: Numbas.controls.endExam"></button>
54
+
55
<button class="btn btn-default navbar-btn center-block thin-button" type="button" data-bind="click: Numbas.display.showStyleModal" data-localise="control.style options"></button>
0 commit comments