Warning, /education/gcompris/src/activities/reversecount/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: "reversecount/Reversecount.qml"
0011   difficulty: 2
0012   icon: "reversecount/reversecount.svg"
0013   author: "Emmanuel Charruau &lt;echarruau@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Count intervals")
0016   //: Help title
0017   description: qsTr("Tux is hungry. Help him find fish by counting to the correct ice spot.")
0018 //  intro: "Click on the domino and validate your choice with the OK button to indicate the number of ice blocks Tux will have to follow to eat a fish."
0019   //: Help goal
0020   goal: qsTr("Tux is hungry. Help him find fish by counting to the correct ice spot.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Can read numbers on a domino.")
0023   //: Help manual
0024   manual: qsTr("Click on the domino to show how many ice spots there are between Tux and the fish. Click the domino with the right mouse button to count backwards. When done, click on the OK button or hit the Enter key.")
0025   credit: ""
0026   section: "math numeration"
0027   createdInVersion: 0
0028   levels: "1,2,3,4,5,6,7,8,9,10,11,12"
0029 }