Warning, /education/gcompris/src/activities/paintings/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 * Bruno Coudoin (bruno.coudoin@gcompris.net) (GTK+ version)
0007 * Pulkit Gupta <pulkitgenius@gmail.com> (Qt Quick port)
0008 *
0009 * SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011
0012 import GCompris 1.0
0013
0014 ActivityInfo {
0015 name: "paintings/Paintings.qml"
0016 difficulty: 1
0017 icon: "paintings/paintings.svg"
0018 author: "Pulkit Gupta <pulkitgenius@gmail.com>"
0019 //: Activity title
0020 title: qsTr("Assemble the puzzle")
0021 //: Help title
0022 description: qsTr("Drag and Drop the pieces to rebuild the original paintings.")
0023 // intro: "Catch and drop each piece on the points."
0024 //: Help goal
0025 goal: qsTr("Spatial representation.")
0026 //: Help prerequisite
0027 prerequisite: qsTr("Mouse-manipulation: movement, drag and drop.")
0028 //: Help manual
0029 manual: qsTr("Drag the pieces to the right place to rebuild the painting.")
0030 section: "discovery arts puzzle"
0031 createdInVersion: 5000
0032 }