Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-24 07:27:00 (GMT)
committer christophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-24 07:27:00 (GMT)
commit3328344e23c76b7b403bb55b4083669371f415d7 (patch)
treee7664f5db659fb570ba9b4b9f16e2a1afa4de25a
parentdf2310adf1796b248e36206091c151c8af333435 (diff)
added latest version of example with knavbar
-rwxr-xr-xexamples/adding_up_to_10/exercise.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/examples/adding_up_to_10/exercise.html b/examples/adding_up_to_10/exercise.html
index eaf3d63..2808deb 100755
--- a/examples/adding_up_to_10/exercise.html
+++ b/examples/adding_up_to_10/exercise.html
@@ -10,7 +10,7 @@
<script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="../../js/karma.Gettext.js"></script>
<script type="text/javascript" src="../../js/jquery.karma.js"></script>
-
+ <script type="text/javascript" src="js/lesson.js"></script>
<link rel="stylesheet" href="css/knavbar.css" type="text/css"/>
</head>
@@ -72,11 +72,15 @@
</div>
<div class="sidebarItem">
<img id="scorebox" src="assets/generic/images/scorebox.png" alt=""/>
- <canvas id="scoreboxCanvas" width="100" height="140" />
+ <canvas id="scoreboxCanvas" width="100" height="140"></canvas>
</div>
<div class="sidebarItem">
<canvas id="chimpCanvas" width="120px" height="125px"> </canvas>
- <button id="reset">Start Over</button>
+ <div id="buttons">
+ <button id="start">Start</button>
+ <button id="stop">Stop</button>
+ <button id="reset">Restart</button>
+ </div>
</div>