Warning, /education/gcompris/src/activities/graduated_line_read/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2023 Bruno ANSELME <be.root@free.fr>
0004 * SPDX-License-Identifier: GPL-3.0-or-later
0005 */
0006 import GCompris 1.0
0007
0008 ActivityInfo {
0009 name: "graduated_line_read/GraduatedLineRead.qml"
0010 difficulty: 1
0011 icon: "graduated_line_read/graduated_line_read.svg"
0012 author: "Bruno ANSELME <be.root@free.fr>"
0013 //: Activity title
0014 title: qsTr("Read a graduated line")
0015 //: Help title
0016 description: qsTr("Read values on a graduated line.")
0017 //intro: "Find the value corresponding to the given spot on the graduated line."
0018 //: Help goal
0019 goal: qsTr("Learn to read a graduated line.")
0020 //: Help prerequisite
0021 prerequisite: qsTr("Reading and ordering numbers.")
0022 //: Help manual
0023 manual: qsTr("Use the number pad or your keyboard to enter the value corresponding to the given spot on the graduated line.") + ("<br>") +
0024 qsTr("<b>Keyboard controls:</b>") + "<ul>" +
0025 "<li>" +qsTr("Digits: enter digits") + "</li>" +
0026 "<li>" +qsTr("Backspace: delete the last digit") + "</li>" +
0027 "<li>" +qsTr("Delete: reset your answer") + "</li>" +
0028 "<li>" +qsTr("Space, Return or Enter: validate your answer") + "</li>" +
0029 ("</ul>")
0030 credit: ""
0031 section: "math numeration"
0032 createdInVersion: 40000
0033 levels: "1,2,3,4,5,6,7,8,9"
0034 }