Warning, /education/gcompris/src/activities/gnumch-equality/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-equality/GnumchEquality.qml"
0011   difficulty: 3
0012   icon: "gnumch-equality/gnumch-equality.svg"
0013   author: "Manuel Tondeur &lt;manueltondeur@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Gnumch equality")
0016   //: Help title
0017   description: qsTr("Guide the Number Muncher to the expressions that equal the number at the bottom of the screen.")
0018 //  intro: "Guide the number eater with the arrow keys to the required numbers and press the space bar to swallow them."
0019   //: Help goal
0020   goal: qsTr("Practice addition, multiplication, division and subtraction.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Guide the Number Muncher to the expressions that equal the number at the bottom of the screen.") +
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   levels: "1,2,3,4"
0035 }