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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2021 Mariam Fahmy <mariamfahmy66@gmail.com>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "learn_decimals_subtractions/Learn_decimals_subtractions.qml"
0010   difficulty: 5
0011   icon: "learn_decimals_subtractions/learn_decimals_subtractions.svg"
0012   author: "Mariam Fahmy &lt;mariamfahmy66@gmail.com&gt;"
0013   //: Activity title
0014   title: qsTr("Subtractions with decimal numbers")
0015   //: Help title
0016   description: qsTr("Learn subtractions with decimal numbers.")
0017   //intro: "Click on the squares to represent the result of the subtraction."
0018   //: Help goal
0019   goal: qsTr("Learn subtractions with decimal numbers by counting how many squares need to be subtracted to represent the result.")
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("A subtraction with two decimal numbers is displayed. The first number from the subtraction is represented with bars. Each bar represents one unit, and each square in the bar represent one tenth of this unit. Click on the squares to subtract the second number and represent the result of the operation")+ ("<br><br>") +
0023   qsTr("If the answer is correct, type the corresponding result, and click on the OK button to validate your answer.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Enter: validate your answer") + ("</li><li>") +
0026           qsTr("Numbers: type the result") + ("</li></ul>")
0027   credit: ""
0028   section: "math arithmetic"
0029   createdInVersion: 20000
0030   levels: "1,2,3"
0031 }