Warning, /education/gcompris/src/activities/scalesboard_weight_avoirdupois/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: "scalesboard_weight_avoirdupois/ScalesboardWeight.qml"
0011   difficulty: 4
0012   icon: "scalesboard_weight_avoirdupois/scalesboard_weight_avoirdupois.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Balance using the imperial system of units")
0016   //: Help title
0017   description: qsTr("Drag and Drop some masses to balance the scales and calculate the weight.")
0018 //  intro: "Drag the weights up to balance the scales."
0019   //: Help goal
0020   goal: qsTr("Mental calculation, arithmetic equality, unit conversion.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("To balance the scales, move some masses to the left or the right side (on higher levels). They can be arranged in any order. Take care of the weight and the unit of the masses, remember that a pound (lb) is 16 ounce (oz).")
0024   credit: ""
0025   section: "math measures"
0026   createdInVersion: 0
0027   levels:"1,2,3,4,5,6"
0028 }