Warning, /education/gcompris/src/activities/enumerate/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 Thib ROMAIN <thibrom@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "enumerate/Enumerate.qml"
0011 difficulty: 2
0012 icon: "enumerate/enumerate.svg"
0013 author: "Thib ROMAIN <thibrom@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Count the items")
0016 //: Help title
0017 description: qsTr("Place the items in the best way to count them.")
0018 // intro: "Count the elements by organizing them then type the answer on your keyboard."
0019 //: Help goal
0020 goal: qsTr("Numeration training.")
0021 //: Help prerequisite
0022 prerequisite: qsTr("Basic enumeration.")
0023 //: Help manual
0024 manual: qsTr("First, properly organize the items so that you can count them. Then, click on an item of the answers list in the top left area and enter the corresponding answer with the keyboard.") + ("<br><br>") +
0025 qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026 qsTr("Up arrow: select next item") + ("</li><li>") +
0027 qsTr("Down arrow: select previous item") + ("</li><li>") +
0028 qsTr("Digits: enter your answer for the selected item") + ("</li><li>") +
0029 qsTr("Enter: validate your answer (if the 'Validate answers' option is set to 'OK button')") + ("</li></ul>")
0030 credit: ""
0031 section: "math numeration"
0032 createdInVersion: 0
0033 levels: "1,2,3,4"
0034 }