Warning, /education/gcompris/src/activities/babymatch/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: "babymatch/Babymatch.qml"
0014   difficulty: 1
0015   icon: "babymatch/babymatch.svg"
0016   author: "Pulkit Gupta &lt;pulkitgenius@gmail.com&gt;"
0017   //: Activity title
0018   title: qsTr("Matching items")
0019   //: Help title
0020   description: qsTr("Drag and drop the items to match them.")
0021 //  intro: "Drag and drop the objects matching the pictures"
0022   //: Help goal
0023   goal: qsTr("Motor coordination. Conceptual matching.")
0024   //: Help prerequisite
0025   prerequisite: qsTr("Cultural references.")
0026   //: Help manual
0027   manual: qsTr("In the main board area, a set of objects is displayed. In the side panel, another set of objects is shown. Each object in the side panel corresponds logically to one object in the main board area. Drag each object from the side panel to the correct spot in the main area.")
0028   credit: ""
0029   section: "reading vocabulary"
0030   createdInVersion: 4000
0031 }