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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "money/Money.qml"
0011   difficulty: 2
0012   icon: "money/money.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Money")
0016   //: Help title
0017   description: qsTr("Practice money usage.")
0018 //  intro: "Click or tap on the money to pay."
0019   //: Help goal
0020   goal: qsTr("You must buy different items and give the exact price. At higher levels, several items are displayed, and you must first calculate the total price.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Can count.")
0023   //: Help manual
0024   manual: qsTr("Click or tap on the coins or on the notes at the bottom of the screen to pay. If you want to remove a coin or a note, click or tap on it on the upper screen area.") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Left and Right arrows: navigate inside an area") + ("</li><li>") +
0027           qsTr("Space or Enter: select an item") + ("</li><li>") +
0028           qsTr("Tab: navigate between the bottom and the top areas") + ("</li></ul>")
0029   credit: ""
0030   section: "math money measures"
0031   createdInVersion: 0
0032   levels: "1,2,3"
0033 }