-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMatchingInstructions.html
66 lines (64 loc) · 1.92 KB
/
MatchingInstructions.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
56
57
58
59
60
61
62
63
64
65
66
<!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>Matching Instructions</title>
</head>
<body>
<div id="container">
<div id="title">
<h1>Matching 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 Words with Sound.
</p>
<p>In this game you
can match the words you learned with </p>
<p>the default
English word but
first you have to choose the </p>
<p>language
that you want to play.
After you choose the </p>
<p>language you want to play, you can
start playing. </p>
<p>The game consists 3 levels and each level
has 2 stages </p>
<p>except from
level 3 which has 3 stages. In
the first level </p>
<p>you have 4 words from
the language you
have chosen </p>
<p>and 4 possible answers. In the second
level
you have 2</p>
<p> words and 4 possible answers to match. In
the third
and </p>
<p>final level you have one word and 4 possible answers. </p>
<p>In this game you have at your disposal three lives, ie the</p>
<p> game ends
when you have totaled three wrong attempts </p>
<p>at any level of the game. The 'unpress' button is to cancel</p>
<p>your current choice and make a new one.</p>
<p><strong>Points Calculation:</strong> </p>
<p>Correct answer: 10 Points </p>
<p>Incorrect answer: -10 Points </p>
<p>Each life worths 20 Points </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>