Warning, /education/gcompris/src/activities/magic-hat-minus/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Thibaut ROMAIN <thibrom@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "magic-hat-minus/MagicHat.qml"
0011   difficulty: 2
0012   icon: "magic-hat-minus/magic-hat-minus.svg"
0013   author: "Thibaut ROMAIN &lt;thibrom@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("The magician hat")
0016   //: Help title
0017   description: qsTr("Calculate how many stars are under the magic hat.")
0018 //  intro: "Click on the hat. How many stars are still hiding under the hat."
0019   //: Help goal
0020   goal: qsTr("Learn subtractions.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Subtractions.")
0023   //: Help manual
0024   manual: qsTr("Click on the hat to open it. Stars go in and a few stars escape. You have to calculate how many stars are still under the hat. Click on the bottom area to input your answer and on the OK button to validate it.")
0025   credit: ""
0026   section: "math arithmetic"
0027   createdInVersion: 0
0028   levels: "1,2,3,4,5,6,7,8"
0029 }