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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Nitish Chauhan <nitish.nc18@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010     name: "drawletters/Drawletters.qml"
0011     difficulty: 1
0012     icon: "drawletters/drawletters.svg"
0013     author: "Nitish Chauhan &lt;nitish.nc18@gmail.com&gt;"
0014     //: Activity title
0015     title: qsTr("Draw letters")
0016     //: Help title
0017     description: qsTr("Connect the dots to draw the letters.")
0018     //  intro: "Click on the selected points and draw the letter"
0019     //: Help goal
0020     goal: qsTr("Learning how to draw letters in a funny way.")
0021     prerequisite: ""
0022     //: Help manual
0023     manual: qsTr("Draw the letters by connecting the dots in the correct order.")
0024     credit: ""
0025     section: "reading letters"
0026     createdInVersion: 7000
0027 }