-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (153 loc) · 6.83 KB
/
index.html
File metadata and controls
180 lines (153 loc) · 6.83 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GuessTheCorrect.com</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="game1.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous"> -->
<script src="https://kit.fontawesome.com/b383873ec6.js" crossorigin="anonymous"></script>
</head>
<body >
<div id="0"class="first">
<div class="starter_message">
<h1>Welcome</h1>
<h2>Let's Start!</h2>
</div>
<div class="button">
<button class="btn" id="buttn" >Start Now</button>
</div>
</div>
<!-- First Question -->
<div class="hidden-q1" id="1">
<div class="read">Part1</div>
<div class="read">Read and Guess</div>
<div class="question">Q1. Choose me from the below pictures: <br> <span class="q">DOLPHIN</span> </div>
<div class="options">
<ul class="items">
<li class="options_list">
<span>a)</span> <button class="wrong"><img src="images/cat.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>b)</span> <button class="wrong"><img src="images/deer.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>c)</span><button class="correct"><img src="images/dolphin.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>d)</span><button class="wrong"><img src="images/dog.jpg" alt="" class="imgs"></button>
</li>
</ul>
</div>
<ul class="controls">
<li class="control-options">
<i class="fas fa-undo fa-2x uni1" href="#"></i>
</li>
<li class="control-options">
<i class="fas fa-chevron-circle-right q1 fa-2x next" href="#"></i>
</li>
</ul>
</div>
<!-- Second Question -->
<div class="hidden-q2" id="2">
<div class="read">Part1</div>
<div class="read">Read and Guess</div>
<div class="question">Q2. Choose me from the below pictures: <br> <span class="q">I AM ALSO CALLED THE 'KING OF
JUNGLE'</span> </div>
<div class="options">
<ul class="items">
<li class="options_list">
<span>a)</span> <button class="wrong"><img src="images/elephant.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>b)</span> <button class="correct"><img src="images/lion.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>c)</span><button class="wrong"><img src="images/dog.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>d)</span><button class="wrong"><img src="images/tiger.jpg" alt="" class="imgs"></button>
</li>
</ul>
</div>
<ul class="controls">
<li class="control-options">
<i class="fas fa-undo fa-2x uni2" href="#"></i>
</li>
<li class="control-options">
<i class="fas fa-chevron-circle-right q2 fa-2x next" href="#"></i>
</li>
</ul>
</div>
<!-- Third Question -->
<div class="hidden-q3" id="3">
<div class="read">Part1</div>
<div class="read">Read and Guess</div>
<div class="question">Q3. Choose me from the below pictures: <br> <span class="q">I HAVE A BIG TRUNK</span>
</div>
<div class="options">
<ul class="items">
<li class="options_list">
<span>a)</span> <button class="correct"><img src="images/elephant.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>b)</span> <button class="wrong"><img src="images/shark.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>c)</span><button class="wrong"><img src="images/girrafe.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>d)</span><button class="wrong"><img src="images/cat.jpg" alt="" class="imgs"></button>
</li>
</ul>
</div>
<ul class="controls">
<li class="control-options">
<i class="fas fa-undo fa-2x uni3" href="#"></i>
</li>
<li class="control-options">
<i class="fas fa-chevron-circle-right q3 fa-2x next" href="#"></i>
</li>
</ul>
</div>
<!-- Fourth Question -->
<div class="hidden-q4" id="4">
<div class="read">Part1</div>
<div class="read">Read and Guess</div>
<div class="question">Q4. Choose me from the below pictures: <br> <span class="q">I HAVE A LONG NECK</span>
</div>
<div class="options">
<ul class="items">
<li class="options_list">
<span>a)</span> <button class="correct"><img src="images/girrafe.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>b)</span> <button class="wrong"><img src="images/deer.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>c)</span><button class="wrong"><img src="images/shark.jpg" alt="" class="imgs"></button>
</li>
<li class="options_list">
<span>d)</span><button class="wrong"><img src="images/elephant.jpg" alt="" class="imgs"></button>
</li>
</ul>
</div>
<ul class="controls">
<li class="control-options">
<i class="fas fa-undo fa-2x uni4" href="#"></i>
</li>
<li class="control-options">
<i class="fas fa-chevron-circle-right fa-2x next" href="#"></i>
</li>
</ul>
</div>
<!-- fifth Question -->
<script src="script.js"></script>
</body>
</html>