~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/gnumch-factors-activity/gnumch-factors.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<GCompris>
 
3
  <Board
 
4
         name="gnumch-factors"
 
5
         type="python:gnumch"
 
6
         section="/math/algebramenu/gnumchmenu"
 
7
         difficulty="5"
 
8
         icon="gnumch-factors.svg"
 
9
         author="Joe Neeman (spuzzzzzzz@gmail.com)"
 
10
         boarddir="gnumch"
 
11
         mode="factors">
 
12
         <_title>Factor Number Munchers</_title>
 
13
         <_description>Guide the Number Muncher to all the factors of the number at the top of the screen.</_description>
 
14
         <_prerequisite></_prerequisite>
 
15
         <_goal>Learn about factors and multiples.</_goal>
 
16
         <_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. You can think of multiples as families, and factors are the people in those families. So 1, 2, 3 and 6 all fit into the 6 family, but 4 belongs to another family. Use the arrow keys to navigate around the board and to avoid the Troggles. Press the spacebar to eat a number.</_manual>
 
17
  </Board>
 
18
</GCompris>