Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Direction_of_Arrows/index.html
blob: a15b09a32105ccdb3c843be3bea18ed6e06f82c9 (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
	<title>English_Direction of Arrows</title>
	<meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs,gsoc,ole,nepal,arrows direction" />
	<link type="text/css" rel="stylesheet" href="css/lesson.css" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<link type="image/ico" rel="icon" href="../../assets/default/image/favicon.ico" /> 
	<link type="text/css" rel="stylesheet" href="css/lesson.css" />
 	<script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
	<script type="text/javascript" src="../../js/karma.js"></script>
	<script type="text/javascript" src="js/lesson.js"></script>
</head>
<body>
	
		
	
	<div id="gameArea">
		<div id="questionBox">
			<img class = "imageBox" id="imgObject" src="" alt=""/>
			
		</div>	
		<div id="options">
			<a href="#" id="anchorOpt0"><img class="optImg" id="option0" src="" alt=""/></a>
			<a href="#" id="anchorOpt1"><img class="optImg" id="option1" src="" alt=""/></a>
			<a href="#" id="anchorOpt2"><img class="optImg" id="option2" src="" alt=""/></a>
			<a href="#" id="anchorOpt3"><img class="optImg" id="option3" src="" alt=""/></a>
		</div>
		<img class="checkedOption" id="check" src="" alt=""/>
		<div id ="scoreArea">
			<form name="scoreDisplay">
				<b>Score:</b> <input type="text" size="1" name="score"/>
				<b>Total:</b> <input type="text" size="1" name="total"/>
			</form>
		</div>
	<a href="#" id="anchorPlayAgain"><img class="playAgain" src="assets/image/play_again.jpg" alt=""/></a>	
		<div id="gameOver">
			Game Over
		</div>
	</div>
</body>
</html>