-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrades.html
More file actions
22 lines (19 loc) · 765 Bytes
/
Copy pathgrades.html
File metadata and controls
22 lines (19 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
<title>Utilities [Grades]</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="./anotherStyle.css">
<script src="./script.js"></script>
</head>
<body>
<img src="./math/left.png" style="cursor:pointer;" onclick="window.location = './while.html'">
<div align="center">
<form>
<label for="questions">Enter the number of questions in your quiz/test.</label> <br>
<input type='number' id='questions'> <br>
<label for="points">Enter the total amount of possible points below.</label> <br>
<input type="number" id="points"> <br> <br>
<img src="./math/check.png" style="cursor:pointer;" onclick="analyzePoints()" width="50" height="50">
</form>
<p id="ad"> </p>
</div>
</body>