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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Thib 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-plus/MagicHatPlus.qml"
0011   difficulty: 2
0012   icon: "magic-hat-plus/magic-hat-plus.svg"
0013   author: "Thib ROMAIN &lt;thibrom@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("The magician hat")
0016   //: Help title
0017   description: qsTr("Count how many stars are under the magic hat.")
0018 //  intro: "Count the number of stars hidden under the hat and then click on the stars to indicate their number."
0019   //: Help goal
0020   goal: qsTr("Learn additions.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Additions.")
0023   //: Help manual
0024   manual: qsTr("Click on the hat to open it. How many stars went under it? Count carefully. 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 }