Warning, /education/gcompris/src/activities/gnumch-factors/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-factors/GnumchFactors.qml"
0011 difficulty: 5
0012 icon: "gnumch-factors/gnumch-factors.svg"
0013 author: "Manuel Tondeur <manueltondeur@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Gnumch factors")
0016 //: Help title
0017 description: qsTr("Guide the Number Muncher to all the factors of the number at the bottom of the screen.")
0018 // intro: "Guide the number eater with the arrow keys to the factors 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 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.") +
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 }