Warning, /education/gcompris/src/activities/braille_alphabets/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_alphabets/BrailleAlphabets.qml"
0011   difficulty: 5
0012   icon: "braille_alphabets/braille_alphabets.svg"
0013   author: "Arkit Vora &lt;arkitvora123@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Discover the braille system")
0016   //: Help title
0017   description: qsTr("Learn and memorize the braille system.")
0018   //intro: "Click on Tux to start and then re-create the Braille cells."
0019   //: Help goal
0020   goal: qsTr("Let children discover the braille system.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("The screen has 3 sections: an interactive braille cell, an instruction telling you the character to reproduce, and at the top the braille characters to use as a reference. Each level teaches a set of 10 characters.") + " " +  qsTr("Reproduce the requested character in the interactive braille cell.") + ("<br><br>") +
0024   qsTr("You can open the braille chart by clicking on the blue braille cell icon.") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Digits: 1 to 6 select/deselect the corresponding dots") + ("</li><li>") +
0027           qsTr("Space: open or close the braille chart") + ("</li></ul>")
0028   credit: ""
0029   section: "reading letters braille"
0030   createdInVersion: 0
0031 }