Very rudimentary answer display view, needs a lot of work still

This commit is contained in:
2021-01-16 21:00:26 +01:00
parent ab1de5a22a
commit a0d550d55f
4 changed files with 52 additions and 10 deletions

View File

@ -98,6 +98,7 @@
<div id="postscreen" class="view">
<h1></h1>
<h3 class="totaltimer">0:00</h3>
<input type="button" value="Show Results" onclick="showQuizResults()" class="center">
<input type="button" value="Restart" onclick="reStartQuiz()" class="center">
<input type="button" value="Create New Quiz" onclick="deleteQuiz()" class="center">
</div>