-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhoKnowsInstruction.html
55 lines (53 loc) · 1.76 KB
/
WhoKnowsInstruction.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
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="icon"
href="Asset/euro_flag.jpg" />
<link rel="stylesheet" href="Instruction.css" type ="text/css">
<title>WhoKnowsInstruction</title>
</head>
<body>
<div id="container">
<div id="title">
<h1>Who Knows ? Instructions</h1>
</div>
<div id="main_page">
<div id="div_papiros"> <img id="papiros" src="Asset/papyrus.gif"/></div>
<div id="instr">
<p>
This game checks the knowledge that you learned in the</p>
<p> Learning
Section and particularly in the Info about</p>
<p> Countries. </p>
<p>In this
game you will have 4 response options and you </p>
<p>should choose the
right based on the question that </p>
<p>appears on the screen and is
associated with information </p>
<p>of Info about the Countries.<br/>
In this game there are questions for all countries, no</p>
<p> country select.
The game consists 3 levels, where as you </p>
<p>go along levels, the
difficulty of the questions increases.<br/>
In this game you have at your disposal two lives, ie the </p>
<p>game ends
when you have totaled two wrong attempts </p>
<p>at any level of the game. On each wrong answer you </p>
<p>return at the beginning of the current level.</p>
<p><strong>Points Calculation:</strong> </p>
<p>First level -> 200 Points</p>
<p> Second level -> 500 Points</p>
<p>Third level -> 1000 Points</p>
<p>Each life worths 100 Points</p>
<p> </p>
<p> </p>
</div>
</div>
<div id="back"> <a href="HowToPlay.html"><img id="back_img" src="Asset/back.png" width="80" height="80"/></a></div>
<div id="home"> <a href="Index2.html"><img id="home_img" src="Asset/home.png" width="80" height="80"/></a></div>
</div>
</body>
</html>