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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Stefan Toncu <stefan.toncu29@gmail.com>
0004  *
0005  * Authors:
0006  *   <Marc BRUN> (GTK+ version)
0007  *   Stefan Toncu <stefan.toncu29@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: "crane/Crane.qml"
0016   difficulty: 2
0017   icon: "crane/crane.svg"
0018   author: "Stefan Toncu &lt;stefan.toncu29@gmail.com&gt;"
0019   //: Activity title
0020   title: qsTr("Build the same model")
0021   //: Help title
0022   description: qsTr("Drive the crane and copy the model.")
0023   //intro: " Click on each item in turn, in the blue frame, and move them to reproduce the pattern from the pink frame."
0024   //: Help goal
0025   goal: qsTr("Practice motor-coordination.")
0026   //: Help prerequisite
0027   prerequisite: qsTr("Mouse/keyboard manipulation.")
0028   //: Help manual
0029   manual: qsTr("Move the items in the blue frame to match their position in the model frame. To select an item, just click on it. Next to the crane, you will find four arrows that let you move the selected item. You can also swipe up/down/left/right to move the selected item.") + ("<br><br>") +
0030           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0031           qsTr("Arrows: move the selected item") + ("</li><li>") +
0032           qsTr("Space or Enter or Tab: select the next item") + ("</li></ul>")
0033   credit: ""
0034   section: "puzzle"
0035   createdInVersion: 7000
0036   levels: "1,2,3,4"
0037 }