Warning, /education/gcompris/src/activities/geo-country/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: "geo-country/GeoCountry.qml"
0015   difficulty: 2
0016   icon: "geo-country/geo-country.svg"
0017   author: "Pulkit Gupta &lt;pulkitgenius@gmail.com&gt;"
0018   //: Activity title
0019   title: qsTr("Locate the region")
0020   //: Help title
0021   description: qsTr("Drag and Drop the regions to complete the country maps.")
0022 //  intro: "Drag and drop the regions to complete the country maps."
0023   goal: ""
0024   prerequisite: ""
0025   //: Help manual
0026   manual: qsTr("Drag and drop different regions of the country to their correct locations to complete the map.")
0027   credit: ""
0028   section: "sciences geography"
0029   createdInVersion: 4000
0030   levels: "1,2,3,4"
0031 }