Warning, /education/gcompris/src/activities/learn_digits/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_digits/Learn_digits.qml"
0011   difficulty: 1
0012   icon: "learn_digits/learn_digits.svg"
0013   author: "Timothée Giet &lt;animtim@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Count and color the circles")
0016   //: Help title
0017   description: qsTr("Learn digits from 0 to 9.")
0018   //intro: "Click on the circles to match the given digit."
0019   //: Help goal
0020   goal: qsTr("Learn digits by counting their corresponding value.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("A digit is displayed on the screen. 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><li>") +
0028           qsTr("Tab: say the digit again") + ("</li></ul>")
0029   credit: ""
0030   section: "math numeration"
0031   createdInVersion: 10000
0032   levels: "1,2,3,4,5,6,7,8,9"
0033 }