Warning, /education/gcompris/src/activities/gnumch-primes/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Manuel Tondeur <manueltondeur@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "gnumch-primes/GnumchPrimes.qml"
0011   difficulty: 6
0012   icon: "gnumch-primes/gnumch-primes.svg"
0013   author: "Manuel Tondeur &lt;manueltondeur@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Gnumch primes")
0016   //: Help title
0017   description: qsTr("Guide the Number Muncher to all the prime numbers.")
0018 //  intro: "Guide the number eater with the arrow keys to the prime numbers and press space to swallow them."
0019   //: Help goal
0020   goal: qsTr("Learn about prime numbers.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("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.") +
0024           "<br><br>" +
0025           qsTr("If you have a keyboard you can use the arrow keys to move and press space to swallow the numbers. With a mouse you can click on the block next to your position to move and click again to swallow the numbers. With a touch screen you can do like with a mouse or swipe anywhere in the direction you want to move and tap to swallow the numbers.") +
0026           "<br><br>" +
0027           qsTr("Take care to avoid the Troggles.") + ("<br><br>") +
0028           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0029           qsTr("Arrows: navigate") + ("</li><li>") +
0030           qsTr("Space: swallow the numbers") + ("</li></ul>")
0031   credit: ""
0032   section: "math arithmetic"
0033   createdInVersion: 0
0034 }