Warning, /education/gcompris/src/activities/imagename/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 import GCompris 1.0
0011 
0012 ActivityInfo {
0013   name: "imagename/Imagename.qml"
0014   difficulty: 3
0015   icon: "imagename/imagename.svg"
0016   author: "Pulkit Gupta &lt;pulkitgenius@gmail.com&gt;"
0017   //: Activity title
0018   title: qsTr("Name the image")
0019   //: Help title
0020   description: qsTr("Drag and Drop each item above its name.")
0021 //  intro: "Drag and drop each item above its name."
0022   //: Help goal
0023   goal: qsTr("Vocabulary and reading.")
0024   //: Help prerequisite
0025   prerequisite: qsTr("Reading.")
0026   //: Help manual
0027   manual: qsTr("Drag each image from the side to the corresponding name in the main area. Click on the OK button to check your answer.")
0028   section: "reading words"
0029   createdInVersion: 4000
0030 }