-
Notifications
You must be signed in to change notification settings - Fork 0
/
IXLIFEINDEXL2S1.html
43 lines (34 loc) · 1.4 KB
/
IXLIFEINDEXL2S1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head lang="en"><title>MOCK TEST</title>
<link rel="stylesheet" type="text/css" href="style1.css">
</head>
<body>
<div class="grid">
<div id="quiz">
<h1>MOCK TEST</h1>
<hr style="margin-bottom: 20px;">
<P id="question"></P>
<div class="button">
<button id="bt0"><span id ="choice0"></span></button>
<button id="bt1"><span id ="choice1"></span></button>
<button id="bt2"><span id ="choice2"></span></button>
<button id="bt3"><span id ="choice3"></span></button><br><br>
<button onclick="showPerv()" id="bt4"><--PREVIOUS</button>
<button onclick="showNext()" id="bt5">NEXT--></button>
</div>
<hr style="margin-top: 50px">
<footer>
<p id ="progress">Question x of y</p>
</footer>
</div>
</div><script src="IXLIFE.JS"></script>
<script src="quiz.js"></script>
<script src="question.js"></script>
<script src="IXLIFEL2S1.js"></script>
<div class="btstyle">
<a href="IXLIFE SCIENCE.html"> <button id="back">BACK</button></a></button>
<a href="free.html"><button id="mainpage">MAIN PAGE</button></a></button>
<br><br>
</div>
</body>
</html>