Warning, /education/gcompris/src/activities/algebra_plus/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "algebra_plus/AlgebraPlus.qml"
0011   difficulty: 3
0012   icon: "algebra_plus/algebra_plus.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Addition of numbers")
0016   //: Help title
0017   description: qsTr("Practice the addition of numbers.")
0018 //  intro: "Add the two numbers together and type in your answer before the balloon lands in the water"
0019   //: Help goal
0020   goal: qsTr("Learn to find the sum of two numbers within a limited period of time.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Simple addition. Can recognize written numbers.")
0023   //: Help manual
0024   manual: qsTr("An addition is displayed on the screen. Quickly find the result and use your computer's keyboard or the on-screen keypad to type it. You have to be fast and submit the answer before the penguins land in their balloon!") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Digits: type your answer") + ("</li><li>") +
0027           qsTr("Backspace: delete the last digit in your answer") + ("</li><li>") +
0028           qsTr("Enter: validate your answer") + ("</li></ul>")
0029   credit: ""
0030   section: "math addition arithmetic"
0031   createdInVersion: 0
0032   levels: "1,2,3,4,5,6,7,8,9,10,11,12,13"
0033 }