Warning, /education/gcompris/src/activities/mosaic/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: "mosaic/Mosaic.qml"
0011   difficulty: 1
0012   icon: "mosaic/mosaic.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Rebuild the mosaic")
0016   //: Help title
0017   description: qsTr("Put each item at the same place as in the given example.")
0018 //  intro: "Put each item at the same place as in the given example."
0019   goal: ""
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("First select an item from the list, and then click on a spot of the mosaic to place the item.") + ("<br><br>") +
0023           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0024           qsTr("Arrows: navigate inside an area") + ("</li><li>") +
0025           qsTr("Space or Enter: select or place an item") + ("</li><li>") +
0026           qsTr("Tab: navigate between the item list and the mosaic") + ("</li></ul>")
0027   credit: ""
0028   section: "puzzle"
0029   createdInVersion: 0
0030   levels: "1,2,3,4"
0031 }