Warning, /education/gcompris/src/activities/tens_complement_swap/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_swap/Tens_complement_swap.qml"
0010 difficulty: 4
0011 icon: "tens_complement_swap/tens_complement_swap.svg"
0012 author: "Samarth Raj <mailforsamarth@gmail.com>"
0013 //: Activity title
0014 title: qsTr("Swap ten's complement")
0015 //: Help title
0016 description: qsTr("Swap the numbers to create pairs equal to ten.")
0017 //intro: "Create pairs of numbers equal to ten. Select a number, then select another number of the same operation to swap their position."
0018 //: Help goal
0019 goal: qsTr("Learn to use ten's complement to optimize the order of numbers in an operation.")
0020 //: Help prerequisite
0021 prerequisite: qsTr("Numbers from 1 to 30 and additions.")
0022 //: Help manual
0023 manual: qsTr("Create pairs of numbers equal to ten within each parentheses. Select a number, then select another number of the same operation to swap their position. 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. Correct the errors, then press the OK button again.")
0024 credit: ""
0025 section: "math arithmetic"
0026 createdInVersion: 30000
0027 levels: "1,2,3"
0028 }