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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Arkit Vora <arkitvora123@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "braille_fun/BrailleFun.qml"
0011   difficulty: 6
0012   icon: "braille_fun/braille_fun.svg"
0013   author: "Arkit Vora &lt;arkitvora123@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Braille fun")
0016   //: Help title
0017   description: qsTr("Practice braille letters.")
0018   //intro: "Create the Braille cell for the letter."
0019   goal: ""
0020   //: Help prerequisite
0021   prerequisite: qsTr("Braille alphabet.")
0022   //: Help manual
0023   manual: qsTr("Create the braille cells for the letters on the banner. Check the braille chart by clicking on the blue braille cell icon if you need some help.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Space: open or close the braille chart") + ("</li></ul>")
0026   credit: ""
0027   section: "reading braille letters"
0028   createdInVersion: 4000
0029 }