Warning, /education/gcompris/src/activities/graduated_line_use/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_use/GraduatedLineUse.qml"
0010 difficulty: 1
0011 icon: "graduated_line_use/graduated_line_use.svg"
0012 author: "Bruno ANSELME <be.root@free.fr>"
0013 //: Activity title
0014 title: qsTr("Use a graduated line")
0015 //: Help title
0016 description: qsTr("Place values on a graduated line.")
0017 //intro: "Place the given value on the graduated line."
0018 //: Help goal
0019 goal: qsTr("Learn to use a graduated line.")
0020 //: Help prerequisite
0021 prerequisite: qsTr("Reading and ordering numbers.")
0022 //: Help manual
0023 manual: qsTr("Use the arrows to move the cursor to the position corresponding to the given value on the graduated line.") + ("<br>") +
0024 qsTr("<b>Keyboard controls:</b>") + "<ul>" +
0025 "<li>" +qsTr("Left and Right arrows: move the cursor") + "</li>" +
0026 "<li>" +qsTr("Space, Return or Enter: validate your answer") + "</li>" +
0027 ("</ul>")
0028 credit: ""
0029 section: "math numeration"
0030 createdInVersion: 40000
0031 levels: "1,2,3,4,5,6,7,8,9"
0032 }