Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/2_English_numberWords/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/2_English_numberWords/index.html')
-rwxr-xr-xexamples/2_English_numberWords/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/2_English_numberWords/index.html b/examples/2_English_numberWords/index.html
new file mode 100755
index 0000000..b286081
--- /dev/null
+++ b/examples/2_English_numberWords/index.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" href="css/lesson.css" />
+ <script type="text/javascript" src="js/raphael-min.js"></script>
+ <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="instructions">Count the number of footballs in the box and find the corresponding number word in the crossword puzzle.</div>
+ <div id="question"></div>
+ <div id="main">
+ <div id="left">
+ <table>
+ </table>
+
+ </div>
+ <div id="right">
+ <div id="eleven">Eleven (11)</div>
+ <div id="twelve">Twelve (12)</div>
+ <div id="thirteen">Thirteen (13)</div>
+ <div id="fourteen">Fourteen (14)</div>
+ <div id="fifteen">Fifteen (15)</div>
+ <div id="sixteen">Sixteen (16)</div>
+ <div id="seventeen">Seventeen (17)</div>
+ <div id="eighteen">Eighteen (18)</div>
+ <div id="nineteen">Nineteen (19)</div>
+ <div id="twenty">Twenty (20)</div>
+ </div>
+
+ <div id="over"><img src="assets/image/gameOver.png" /></div>
+ </div>
+ </body>
+</html>