Warning, /education/gcompris/tools/menus/braille_lotto.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Your Name <yy@zz.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "braille_lotto/BrailleLotto.qml"
0011   difficulty: 6
0012   icon: "braille_lotto/braille_lotto.svg"
0013   author: "Srishti Sethi &lt;srishakatux@gmail.com&gt;"
0014   demo: true
0015   title: qsTr("Braille Lotto")
0016   description: qsTr("Discover the Braille system for numbers.")
0017   goal: ""
0018   prerequisite: ""
0019   manual: qsTr("Each player must find if the proposed number is in their board. If the code is in the board, just click on it in order to validate it. The player who crosses all the Braille numbers correctly wins the game. Check the Braille table by clicking on the toggle button in the control bar.")
0020   credit: ""
0021   section: "/discovery/braille"
0022 }