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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Amit Tomar <a.tomar@outlook.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo
0010 {
0011   name: "missing-letter/MissingLetter.qml"
0012   difficulty: 2
0013   icon: "missing-letter/missing-letter.svg"
0014   author: "Amit Tomar &lt;a.tomar@outlook.com&gt;"
0015   //: Activity title
0016   title: qsTr("Missing letter")
0017   //: Help title
0018   description: qsTr("Find the missing letter to complete the word.")
0019 //  intro: "Find the missing letter and complete the word by clicking on one of the letters proposed on the side."
0020   //: Help goal
0021   goal: qsTr("Training reading skills.")
0022   //: Help prerequisite
0023   prerequisite: qsTr("Word reading.")
0024   //: Help manual
0025   manual: qsTr("A picture is displayed in the main area, and an incomplete word is written under the picture. Click on the missing letter to complete the word, or type the letter on your keyboard.") + ("<br><br>") +
0026           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0027           qsTr("Tab: repeat the word") + ("</li></ul>")
0028   credit: ""
0029   section: "reading words"
0030   createdInVersion: 0
0031 }