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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "smallnumbers2/Smallnumbers2.qml"
0011   difficulty: 2
0012   icon: "smallnumbers2/smallnumbers2.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Numbers with dominoes")
0016   //: Help title
0017   description: qsTr("Count the number on the domino before it reaches the ground.")
0018 //  intro: "Count the numbers on the dominoes then type the result on your keyboard."
0019   //: Help goal
0020   goal: qsTr("Count a number in a limited time.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Counting skills.")
0023   //: Help manual
0024   manual: qsTr("Type the number you see on each falling domino.") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Digits: type your answer") + ("</li></ul>")
0027   credit: ""
0028   section: "math numeration"
0029   createdInVersion: 0
0030   levels: "1,2,3,4,5,6,7,8"
0031 }