Warning, /education/gcompris/src/activities/learn_additions/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2020 Timothée Giet <animtim@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "learn_additions/Learn_additions.qml"
0011 difficulty: 2
0012 icon: "learn_additions/learn_additions.svg"
0013 author: "Timothée Giet <animtim@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Learn additions")
0016 //: Help title
0017 description: qsTr("Learn additions with small numbers.")
0018 //intro: "Click on the circles to give the operation's result."
0019 //: Help goal
0020 goal: qsTr("Learn additions by counting their result.")
0021 prerequisite: ""
0022 //: Help manual
0023 manual: qsTr("An addition is displayed on the screen. Calculate the result, fill the corresponding number of circles and validate your answer.") + ("<br><br>") +
0024 qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025 qsTr("Arrows: navigate") + ("</li><li>") +
0026 qsTr("Space: select or deselect a circle") + ("</li><li>") +
0027 qsTr("Enter: validate your answer") + ("</li></ul>")
0028 credit: ""
0029 section: "math arithmetic"
0030 createdInVersion: 10000
0031 levels: "1,2,3"
0032 }