Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/gnumch-factors.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-factors.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-factors.xml.in')
-rw-r--r--boards/gnumch-factors.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/boards/gnumch-factors.xml.in b/boards/gnumch-factors.xml.in
new file mode 100644
index 0000000..dd59f98
--- /dev/null
+++ b/boards/gnumch-factors.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="factors">
+ <title>Factor Number Munchers</title>
+ <description>Guide the Number Muncher to the all the factors of the number at the top of the screen.</description>
+ <prerequisite></prerequisite>
+ <goal>Learn about factors and multiples.</goal>
+ <manual>The factors of a number are all the numbers that divide that number evenly. For example, the factors of 6 are 1, 2, 3 and 6. 4 is not a factor of 6 because 6 cannot be divided into 4 equal pieces. If one number is a multiple of a second number, then the second number is a factor 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>