/usr/share/gcompris/boards/gnumch-primes.xml is in gcompris-data 13.11-1.
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-primes"
type="python:gnumch"
section="/math/algebramenu/gnumchmenu"
difficulty="6"
icon="gnumch-primes.svg"
author="Joe Neeman (spuzzzzzzz@gmail.com)"
boarddir="gnumch"
mode="primes"
demo="1">
<title>Prime Number Munchers</title>
<description>Guide the Number Muncher to all the prime numbers.</description>
<prerequisite></prerequisite>
<goal>Learn about prime numbers</goal>
<manual>Prime numbers are numbers that are only divisible by themselves and 1. For example, 3 is a prime number, but 4 isn't (because 4 is divisible by 2). You can think of prime numbers as very small families: they only ever have two people in them! Only themselves and 1. You can't fit any other numbers into them with nothing left over. 5 is one of these lonely numbers (only 5 × 1 = 5), but you can see that 6 has 2 and 3 in its family as well (6 × 1 = 6, 2 × 3 = 6). So 6 is not a prime 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>
|