Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/gnumch-multiples.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-04-26 00:25:57 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-04-26 00:25:57 (GMT)
commit015446eac4396d01046986a7cacfdc5ed77b1587 (patch)
treeb5941ff93114a43b05300fa485b74327442ea563 /boards/gnumch-multiples.xml.in
parent9287e3a1fc051de78064a9cb1dedf3b9a7a78781 (diff)
New activity gnumch from Joe Neeman
This is a port of the same activity Joe did separatly. removed unused svgutil.c anim, fixed the bug when you ask an animation play on an empty drawing.
Diffstat (limited to 'boards/gnumch-multiples.xml.in')
-rw-r--r--boards/gnumch-multiples.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/boards/gnumch-multiples.xml.in b/boards/gnumch-multiples.xml.in
new file mode 100644
index 0000000..092df2b
--- /dev/null
+++ b/boards/gnumch-multiples.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="gnumch"
+ type="python:gnumch"
+ section="/algebra/gnumch/."
+ difficulty="3"
+ icon="boardicons/gnumch.png"
+ author="Joe Neeman (spuzzzzzzz@gmail.com)"
+ boarddir="gnumch"
+ mode="multiples">
+ <title>Multiple Number Munchers</title>
+ <description>Guide the Number Muncher to all the multiples of the number at the top of the screen.</description>
+ <prerequisite></prerequisite>
+ <goal>Learn about multiples and factors.</goal>
+ <manual>The multiples of a number are all the numbers that are equal to the original number times another number. For example, 24, 36, 48 and 60 are all multiples of 12. 25 is not a multiple of 12 because there isn't any number that can be multiplied by 12 to get 25. If one number is a factor of a second number, then the second number is a multiple of the first number.
+
+ Use the arrow keys to navigate around the board and to avoid the Troggles. Press the spacebar to eat a number.</manual>
+ </Board>
+</GCompris>