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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2019 Johnny Jazeix <jazeix@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "baby_tangram/BabyTangram.qml"
0011   difficulty: 1
0012   icon: "baby_tangram/baby_tangram.svg"
0013   author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Baby puzzle")
0016   //: Help title
0017   description: qsTr("The objective is to assemble the baby puzzle.")
0018   // intro: "Move each puzzle piece, to obtain the completed puzzle. You can change their orientation by clicking on the arrows."
0019   goal: ""
0020   //: Help prerequisite
0021   prerequisite: qsTr("Mouse-manipulation.")
0022   //: Help manual
0023   manual: qsTr("Move a piece by dragging it. Use the rotation button if necessary. More complicated levels can be found in tangram activity.")
0024   credit: ""
0025   section: "puzzle"
0026   createdInVersion: 9700
0027 }