Warning, /education/gcompris/src/activities/learn_subtractions/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_subtractions/Learn_subtractions.qml"
0011   difficulty: 2
0012   icon: "learn_subtractions/learn_subtractions.svg"
0013   author: "Timothée Giet &lt;animtim@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Learn subtractions")
0016   //: Help title
0017   description: qsTr("Learn subtractions with small numbers.")
0018   //intro: "Click on the circles to give the operation's result."
0019   //: Help goal
0020   goal: qsTr("Learn subtractions by counting their result.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("A subtraction 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,4,5"
0032 }