Warning, /education/gcompris/src/activities/guess24/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: "guess24/Guess24.qml"
0010 difficulty: 4
0011 icon: "guess24/guess24.svg"
0012 author: "Bruno ANSELME <be.root@free.fr>"
0013 //: Activity title
0014 title: qsTr("Guess 24")
0015 //: Help title
0016 description: qsTr( "Calculate to find 24.")
0017 // intro: "Use the four numbers with given operators to find 24"
0018 //: Help goal
0019 goal: qsTr("Learn to calculate using the four operators.")
0020 //: Help prerequisite
0021 prerequisite: qsTr("Being able to calculate using additions, subtractions, multiplications and divisions.")
0022 //: Help manual
0023 manual: qsTr("Use the four numbers with given operators to find 24.") + ("<br><br>") +
0024 qsTr("<b>Keyboard controls:</b>") + "<ul>" +
0025 "<li>" +qsTr("Arrows: navigate inside numbers and operators") + "</li>" +
0026 "<li>" +qsTr("Space, Return or Enter: select or deselect current value or operator") + "</li>" +
0027 "<li>" +qsTr("Operator keys (+, -, *, /): select operator") + "</li>" +
0028 "<li>" +qsTr("Backspace or Delete: cancel last operation") + "</li>" +
0029 "<li>" +qsTr("Tabulation: switch between numbers and operators") + "</li>" +
0030 ("</ul>")
0031 credit: ""
0032 section: "math arithmetic"
0033 createdInVersion: 40000
0034 levels: "1,2,3,4,5"
0035 }