Warning, /education/gcompris/src/activities/redraw/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: "redraw/Redraw.qml"
0011   difficulty: 3
0012   icon: "redraw/redraw.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Redraw the given image")
0016   //: Help title
0017   description: qsTr("Draw perfectly the given image on the empty grid.")
0018   //intro: "Use the drawing tools to build an identical pattern on the right."
0019   goal: ""
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("First, select the proper color from the toolbar. Click on the grid and drag to paint, then release the click to stop painting.")
0023           + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Digits: select a color") + ("</li><li>") +
0026           qsTr("Arrows: navigate in the grid") + ("</li><li>") +
0027           qsTr("Space or Enter: paint") + ("</li></ul>")
0028   credit: ""
0029   section: "puzzle"
0030   createdInVersion: 0
0031   levels: "1,2,3"
0032 }