This commit is contained in:
LinlyBoi
2023-12-05 08:47:17 +02:00
parent e41690858d
commit f7070f1f38
2 changed files with 5 additions and 9 deletions

View File

@@ -43,16 +43,12 @@
<div id="choices" class="card-body">
<form action="javascript:;">
<div>
<label class="form-label" id="label1" for="ans1"> Student Name </label>
<input class="form-check-label" type="button" id="ans1">
<label class="form-label" id="label2" for="ans2"> Student Name </label>
<input class="form-check-label" type="button" id="ans2">
<button id="ans1" class="btn btn-primary" type="button" > </button>
<button id="ans2" class="btn btn-primary" type="button" ></button>
</div>
<div>
<label class="form-label" id="label3" for="ans3"> Student Name </label>
<input class="form-check-label" type="button" id="ans3">
<label class="form-label" id="label4" for="ans4"> Student Name </label>
<input class="form-check-label" type="button" id="ans4">
<button id="ans3" class="btn btn-primary" type="button"></button>
<button id="ans4" class="btn btn-primary" type="button"></button>
</div>
<button onclick="questionSubmit()" type="submit" class="btn btn-primary">Submit</button>
</form>