Warning, /education/gcompris/src/activities/learn_decimals_additions/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_additions/Learn_decimals_additions.qml"
0010   difficulty: 5
0011   icon: "learn_decimals_additions/learn_decimals_additions.svg"
0012   author: "Mariam Fahmy &lt;mariamfahmy66@gmail.com&gt;"
0013   //: Activity title
0014   title: qsTr("Additions with decimal numbers")
0015   //: Help title
0016   description: qsTr("Learn additions with decimal numbers.")
0017   //intro: "Drag the arrow to select a part of the bar, and drag the selected part of the bar to the empty area to represent the result of the addition."
0018   //: Help goal
0019   goal: qsTr("Learn additions with decimal numbers by counting how many squares are needed to represent the result.")
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("An addition with two decimal numbers is displayed. Drag the arrow to select a part of the bar, and drag the selected part of the bar to the empty area. Repeat these steps until the number of dropped bars corresponds to the result of the addition, and click on the OK button to validate your answer.")+ ("<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 }