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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Emmanuel Charruau <echarruau@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "clickanddraw/Clickanddraw.qml"
0011   difficulty: 1
0012   icon: "clickanddraw/clickanddraw.svg"
0013   author: "Emmanuel Charruau &lt;echarruau@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Click and draw")
0016   //: Help title
0017   description: qsTr("Draw the picture by clicking on the selected points.")
0018 //  intro: "Click on the selected points and draw"
0019   goal: ""
0020   //: Help prerequisite
0021   prerequisite: qsTr("Can move the mouse and click accurately on points.")
0022   //: Help manual
0023   manual: qsTr("Draw the picture by clicking on each point in sequence. Each time a point is selected the next blue one appears.")
0024   credit: ""
0025   section: "computer mouse"
0026   createdInVersion: 0
0027 }