Warning, /education/gcompris/src/activities/learn_decimals/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/Learn_decimals.qml"
0010   difficulty: 5
0011   icon: "learn_decimals/learn_decimals.svg"
0012   author: "Mariam Fahmy &lt;mariamfahmy66@gmail.com&gt;"
0013   //: Activity title
0014   title: qsTr("Learn decimal numbers")
0015   //: Help title
0016   description: qsTr("Learn decimals with small 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 decimal number."
0018   //: Help goal
0019   goal: qsTr("Learn decimals by counting how many squares are needed to represent the decimal number.")
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("A decimal number 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 displayed decimal number. Then click on the OK button to validate your answer.") + ("<br><br>") +
0023           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0024           qsTr("Enter: validate your answer") + ("</li></ul>")
0025   credit: ""
0026   section: "math numeration"
0027   createdInVersion: 20000
0028   levels: "1,2"
0029 }