Warning, /education/gcompris/src/activities/money_back_cents/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_back_cents/MoneyBackCents.qml"
0011   difficulty: 5
0012   icon: "money_back_cents/money_back_cents.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Give Tux his change, including cents")
0016   //: Help title
0017   description: qsTr("Practice money usage by giving Tux his change.")
0018 //  intro: "Click on the money at the bottom of the screen to give Tux his change."
0019   //: Help goal
0020   goal: qsTr("Tux bought different items from you and shows you his money. You must give him back his change. 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 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 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 }