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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Divyam Madaan <divyam3897@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "categorization/Categorization.qml"
0011   difficulty: 4
0012   icon: "categorization/categorization.svg"
0013   author: "Divyam Madaan &lt;divyam3897@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Categorization")
0016   //: Help title
0017   description: qsTr("Categorize the items into correct and incorrect groups.")
0018   //intro: "Categorize the items into the correct group"
0019   //: Help goal
0020   goal: qsTr("Build conceptual thinking and enrich knowledge.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Can drag items using a mouse or touchscreen.")
0023   //: Help manual
0024   manual: qsTr("Review the instructions and then drag and drop the items as specified.")
0025   credit: ""
0026   section: "reading vocabulary"
0027   createdInVersion: 8000
0028   levels: "1,2,3"
0029 }