This commit is contained in:
LinlyBoi
2023-12-04 10:54:58 +02:00
parent 66ecd09425
commit 1c5f8527fe

View File

@@ -63,13 +63,13 @@
<!-- Awesome for loop for answers -->
</div>
<div id="scoreScreen">
<div id="scoreScreen" class="pt-5">
<p id="sInfoName"></p>
<br>
<p id="sInfoId"></p>
<!-- End of quiz screen-->
</div>
<div id="controls">
<div id="controls" class="pt-5">
<!-- the things for submit and previous questions -->
<button onclick="prevQ()" class="btn btn-primary">Previous</button>
<button onclick="nextQ" class="btn btn-primary">Next</button>