Warning, /education/gcompris/src/activities/gnumch-multiples/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-multiples/GnumchMultiples.qml"
0011   difficulty: 3
0012   icon: "gnumch-multiples/gnumch-multiples.svg"
0013   author: "Manuel Tondeur &lt;manueltondeur@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Gnumch multiples")
0016   //: Help title
0017   description: qsTr("Guide the Number Muncher to all the multiples of the number at the bottom of the screen.")
0018 //  intro: "Guide the number eater with the arrow keys to the multiples of the displayed number and press space to swallow them."
0019   //: Help goal
0020   goal: qsTr("Learn about multiples and factors.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("The multiples of a number are all the numbers that are equal to the original number times another number. For example, 24, 36, 48 and 60 are all multiples of 12. 25 is not a multiple of 12 because there isn't any number that can be multiplied by 12 to get 25. If one number is a factor of a second number, then the second number is a multiple of the first number. You can think of multiples as families, and factors are the people who belong to those families. The factor 5, has parents 10, grandparents 15, great-grandparents 20, great-great-grandparents 25, and every extra step of 5 is another great- in front! But the number 5 does not belong to the 8 or 23 families. You can't fit any number of 5s into 8 or 23 with nothing left over. So 8 isn't a multiple of 5, nor is 23. Only 5, 10, 15, 20, 25 ... are multiples (or families or steps) of 5.") +
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 }