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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Pulkit Gupta <pulkitgenius@gmail.com>
0004  *
0005  * Authors:
0006  *   Pulkit Gupta <pulkitgenius@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010  
0011 import GCompris 1.0
0012 
0013 ActivityInfo {
0014   name: "babyshapes/Babyshapes.qml"
0015   difficulty: 1
0016   icon: "babyshapes/babyshapes.svg"
0017   author: "Pulkit Gupta &lt;pulkitgenius@gmail.com&gt;"
0018   //: Activity title
0019   title: qsTr("Complete the puzzle")
0020   //: Help title
0021   description: qsTr("Drag and Drop the shapes on their respective targets.")
0022 //  intro: "Drag and drop the objects matching the shapes."
0023   goal: ""
0024   prerequisite: ""
0025   //: Help manual
0026   manual: qsTr("Complete the puzzle by dragging each piece on the side to the matching spot.")
0027   credit: qsTr("The dog is provided by Andre Connes and released under the GPL")
0028   section: "computer"
0029   createdInVersion: 4000
0030 }