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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2021 Timothée Giet <animtim@gmail.com>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "learn_quantities/Learn_quantities.qml"
0010   difficulty: 1
0011   icon: "learn_quantities/learn_quantities.svg"
0012   author: "Timothée Giet &lt;animtim@gmail.com&gt;"
0013   //: Activity title
0014   title: qsTr("Learn quantities")
0015   //: Help title
0016   description: qsTr("Learn to represent a quantity of objects.")
0017   //intro: "Drag the arrow to select a number of oranges, and drag the oranges to the empty area to represent the requested quantity."
0018   //: Help goal
0019   goal: qsTr("Learn quantities by counting how many oranges are needed to represent the requested quantity.")
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("A quantity is requested. Drag the arrow to select a number of oranges, and drag the selected oranges to the empty area. Repeat these steps until the number of dropped oranges corresponds to the requested quantity. 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,3,4,5,6,7"
0029 }