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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Stefan Toncu <stefan.toncu29@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "share/Share.qml"
0011   difficulty: 2
0012   icon: "share/share.svg"
0013   author: "Stefan Toncu &lt;stefan.toncu29@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Share pieces of candy")
0016   //: Help title
0017   description: qsTr("Try to split the pieces of candy between a given number of children.")
0018   //intro: "Share the candies equally among the specified number of children and notice that there may be a rest left"
0019   //: Help goal
0020   goal: qsTr("Learn division of numbers.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Know how to count.")
0023   //: Help manual
0024   manual: qsTr("Follow the instructions shown on the screen: first, drag the given number of boys/girls to the center, then drag pieces of candy to each child's rectangle.") + ("<br>") +
0025     qsTr("If there is a rest, it needs to be placed inside the candy jar.")
0026   credit: ""
0027   section: "math arithmetic"
0028   createdInVersion: 7000
0029   levels :"1,2,3"
0030 }