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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 SOURADEEP BARUA <sourad97@gmail.com>
0004  *
0005  * Authors:
0006  *   SOURADEEP BARUA <sourad97@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import GCompris 1.0
0011 
0012 ActivityInfo {
0013   name: "morse_code/MorseCode.qml"
0014   difficulty: 3
0015   icon: "morse_code/morse_code.svg"
0016   author: "Souradeep Barua &lt;sourad97@gmail.com&gt;, Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0017   //: Activity title
0018   title: qsTr("Discover the International Morse code")
0019   //: Help title
0020   description: qsTr("Learn how to communicate with the International Morse code.")
0021   //intro: "Learn and practice the International Morse code"
0022   //: Help goal
0023   goal: qsTr("You have to send and receive letters and digits in International Morse code.")
0024   //: Help prerequisite
0025   prerequisite: qsTr("Knowledge of alphabets and digits.")
0026   //: Help manual
0027   manual: qsTr("You are either asked to send a message in Morse code or convert the received Morse code message to letters or digits. To learn the Morse code, you can have a look at the translation map which contains the code for all the letters and digits.")
0028   credit: ""
0029   section: "reading letters"
0030   createdInVersion: 30000
0031   levels: "1,2,3"
0032 }