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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Rajdeep Kaur <rajdeep1994@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "hangman/Hangman.qml"
0011   difficulty: 5
0012   icon: "hangman/hangman.svg"
0013   author: "Rajdeep kaur &lt;rajdeep1994@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("The classic hangman game")
0016   //: Help title
0017   description: qsTr("Guess the letters of the given word.")
0018   //: Help goal
0019   goal: qsTr("This is a good exercise to improve reading and spelling skills.")
0020   prerequisite: ""
0021   // intro: "A word is hidden, you must discover it letter by letter."
0022   //: Help manual
0023   manual: qsTr("You can enter the letters using the virtual keyboard on the screen or with the real keyboard.") + ("<br><br>") +
0024           qsTr("If the option 'Display the image to find as hint' is activated, on every wrong try a part of the image representing the word will be revealed.") + ("<br><br>") +
0025           qsTr("If the option 'Speak the words to find...' is activated, and if the corresponding voice is available, you will hear the word to find when three attempts are remaining.")
0026   credit: ""
0027   section: "keyboard reading words"
0028   createdInVersion: 5000
0029 }