Warning, /education/gcompris/src/activities/leftright/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "leftright/Leftright.qml"
0011 difficulty: 2
0012 icon: "leftright/leftright.svg"
0013 author: "Bruno Coudoin <bruno.coudoin@gcompris.net>"
0014 //: Activity title
0015 title: qsTr("Find your left and right hands")
0016 //: Help title
0017 description: qsTr("Determine if a hand is a right or a left hand.")
0018 // intro: "Guess if the picture presents a left or right hand and click on the correct answer."
0019 //: Help goal
0020 goal: qsTr("Distinguish right and left hands from different points of view. Spatial representation.")
0021 prerequisite: ""
0022 //: Help manual
0023 manual: qsTr("You can see a hand: is it a left hand or a right hand? Click on the left button, or the right button depending on the displayed hand.") + ("<br><br>") +
0024 qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025 qsTr("Left arrow: left hand answer") + ("</li><li>") +
0026 qsTr("Right arrow: right hand answer") + ("</li></ul>")
0027 credit: ""
0028 section: "puzzle"
0029 createdInVersion: 0
0030 }