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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2021 Mariam Fahmy <mariamfahmy66@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "positions/Positions.qml"
0011   difficulty: 3
0012   icon: "positions/positions.svg"
0013   author: "Mariam Fahmy &lt;mariamfahmy66@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Positions")
0016   //: Help title
0017   description: qsTr("Find the boy's position in relation to the box.")
0018   //intro: "Find the correct position"
0019   //: Help goal
0020   goal: qsTr("Describe the relative position of an object.")
0021   //: Help prerequisite
0022   prerequisite:qsTr("Can read.")
0023   //: Help manual
0024   manual: qsTr("You will see different images representing a boy and a box, you have to find out the position of the boy in relation to the box and select the correct answer.") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Arrows: navigate") + ("</li><li>") +
0027           qsTr("Space or Enter: validate selected answer") + ("</li></ul>")
0028   credit: ""
0029   section: "discovery logic"
0030   createdInVersion: 20000
0031   levels: "1,2"
0032 }