Warning, /education/gcompris/src/activities/letter-in-word/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2016 Akshat Tandon <akshat.tandon@research.iiit.ac.in>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "letter-in-word/LetterInWord.qml"
0011 difficulty: 2
0012 icon: "letter-in-word/letter-in-word.svg"
0013 author: "Akshat Tandon <akshat.tandon@research.iiit.ac.ins>"
0014 //: Activity title
0015 title: qsTr("Letter in which word")
0016 //: Help title
0017 description: qsTr("A letter is written. Some words are displayed, and you must find the word or the words in which this letter appears.")
0018 //intro: "Click on all the words containing the wanted letter."
0019 //: Help goal
0020 goal: qsTr("Select all the words which contain the given letter.")
0021 //: Help prerequisite
0022 prerequisite: qsTr("Spelling, letter recognition.")
0023 //: Help manual
0024 manual: qsTr("A letter is displayed on the flag attached to the plane. Select all the words in the list containing this letter and then press the OK button.") + ("<br><br>") +
0025 qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026 qsTr("Arrows: navigate") + ("</li><li>") +
0027 qsTr("Space: select an item") + ("</li><li>") +
0028 qsTr("Enter: validate your answer") + ("</li></ul>")
0029 credit: ""
0030 section: "reading words"
0031 createdInVersion: 7000
0032 }