Warning, /education/gcompris/src/activities/gnumch-inequality/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 // Must be updated once GnumchEquality is reviewed
0010 ActivityInfo {
0011 name: "gnumch-inequality/GnumchInequality.qml"
0012 difficulty: 3
0013 icon: "gnumch-inequality/gnumch-inequality.svg"
0014 author: "Manuel Tondeur <manueltondeur@gmail.com>"
0015 //: Activity title
0016 title: qsTr("Gnumch inequality")
0017 //: Help title
0018 description: qsTr("Guide the Number Muncher to all the expressions that do not equal the number at the bottom of the screen.")
0019 // intro: "Guide the number eater with the arrow keys to the numbers that are different from the ones displayed and press the space bar to swallow them."
0020 //: Help goal
0021 goal: qsTr("Practice addition, subtraction, multiplication and division.")
0022 prerequisite: ""
0023 //: Help manual
0024 manual: 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.") +
0025 "<br><br>" +
0026 qsTr("Take care to avoid the Troggles.") + ("<br><br>") +
0027 qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0028 qsTr("Arrows: navigate") + ("</li><li>") +
0029 qsTr("Space: swallow the numbers") + ("</li></ul>")
0030 credit: ""
0031 section: "math arithmetic"
0032 createdInVersion: 0
0033 levels: "1,2,3,4"
0034 }