Warning, /education/gcompris/src/activities/grammar_classes/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * Copyright (C) 2022-2023 Bruno ANSELME <be.root@free.fr>
0004 *
0005 * Authors:
0006 * Bruno Anselme <be.root@free.fr>
0007 *
0008 * SPDX-License-Identifier: GPL-3.0-or-later
0009 */
0010 import GCompris 1.0
0011
0012 ActivityInfo {
0013 name: "grammar_classes/GrammarClasses.qml"
0014 difficulty: 3
0015 icon: "grammar_classes/grammar_classes.svg"
0016 author: "Bruno ANSELME <be.root@free.fr>"
0017 //: Activity title
0018 title: qsTr("Grammatical classes")
0019 //: Help title
0020 description: qsTr("Identify grammatical classes in the given sentences.")
0021 //intro: "Assign the requested grammatical classes to the corresponding words."
0022 //: Help goal
0023 goal: qsTr("Learn to identify grammatical classes.")
0024 prerequisite: ""
0025 //: Help manual
0026 manual: qsTr("Assign the requested grammatical class to the corresponding words.") + ("<br>") +
0027 qsTr("Select the grammatical class from the list, then select the box under a word and assign it the class.") + ("<br>") +
0028 qsTr("Leave the box blank if the class doesn't match.") + ("<br>") +
0029 qsTr("<b>Keyboard controls:</b>") + "<ul>" +
0030 "<li>" +qsTr("Up and down arrows or tabulation: switch between classes and words") + "</li>" +
0031 "<li>" +qsTr("Left and right arrows: select items in classes or words") + "</li>" +
0032 "<li>" +qsTr("Space: assign the selected class to the selected word and then select the next word") + "</li>" +
0033 "<li>" +qsTr("Backspace: select the previous word") + "</li>" +
0034 "<li>" +qsTr("Enter: validate your answer") + "</li>" +
0035 ("</ul>")
0036 credit: ""
0037 section: "reading words"
0038 createdInVersion: 40000
0039 }