/usr/share/gcompris/boards/gnumch-factors.xml is in gcompris-data 15.02-1.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
name="gnumch-factors"
type="python:gnumch"
section="/math/algebramenu/gnumchmenu"
difficulty="5"
icon="gnumch-factors.svg"
author="Joe Neeman (spuzzzzzzz@gmail.com)"
boarddir="gnumch"
mode="factors"
demo="1">
<title>Factor Number Munchers</title>
<description>Guide the Number Muncher to 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. 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>
</Board>
</GCompris>
|