Warning, /education/gcompris/src/activities/louis-braille/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: "louis-braille/LouisBraille.qml"
0011   difficulty: 4
0012   icon: "louis-braille/louis-braille.svg"
0013   author: "Arkit Vora &lt;arkitvora123@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("The history of Louis Braille")
0016   //: Help title
0017   description: qsTr("Review the major dates of the inventor of the braille system.")
0018   //intro: "Discover the history of Louis Braille."
0019   goal: ""
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("Read the history of Louis Braille, his biography, and the invention of the braille system. Click on the previous and next buttons to move between the story pages. At the end, arrange the sequence in chronological order.") + ("<br><br>") +
0023           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0024           qsTr("Arrows: navigate") + ("</li><li>") +
0025           qsTr("Space or Enter: select an item and change its position") + ("</li></ul>")
0026   credit: qsTr("Louis Braille Video: &lt;https:\/\/www.youtube.com/watch?v=9bdfC2j_4x4&gt;")
0027   section: "sciences history"
0028   createdInVersion: 4000
0029 }