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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2022 Samarth Raj <mailforsamarth@gmail.com>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "tens_complement_find/Tens_complement_find.qml"
0010   difficulty: 4
0011   icon: "tens_complement_find/tens_complement_find.svg"
0012   author: "Samarth Raj &lt;mailforsamarth@gmail.com&gt;"
0013   //: Activity title
0014   title: qsTr("Find ten's complement")
0015   //: Help title
0016   description: qsTr("Find the ten's complement of each number.")
0017   //intro: "Create pairs of numbers equal to ten. Select a number in the list, then select an empty spot of an operation to move the selected number there."
0018   //: Help goal
0019   goal: qsTr("Learn to find ten's complement.")
0020   //: Help prerequisite
0021   prerequisite: qsTr("Numbers from 1 to 10 and additions.")
0022   //: Help manual
0023   manual: qsTr("Create pairs of numbers equal to ten. Select a number in the list, then select an empty spot of an operation to move the selected number there.") + "<br>" + qsTr("When all the lines are completed, press the OK button to validate the answers. If some answers are incorrect, a cross icon will appear on the corresponding lines. To correct the errors, click on the wrong numbers to remove them and repeat the previous steps.")
0024   credit: ""
0025   section: "math arithmetic"
0026   createdInVersion: 30000
0027   levels: "1,2,3,4"
0028 }