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

0001 /* GCompris - Data.qml
0002  *
0003  * SPDX-FileCopyrightText: 2020 Shubham Mishra <email.shivam828787@gmail.com>
0004  *
0005  * Authors:
0006  *   shivam828787@gmail.com <email.shivam828787@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import GCompris 1.0
0011 
0012 Data {
0013     objective: qsTr("Maximum 25 pieces of candy and 5 kids, possible rest.")
0014     difficulty: 5
0015     data:  [
0016         [
0017             {
0018                 "instruction": qsTr("Paul wants to share 2 pieces of candy equally between 2 of his girl friends. Can you help him? First, place the children in the center, then drag the pieces of candy to each of them."),
0019                 "randomisedInputData": false,
0020                 "totalBoys": 0,
0021                 "totalGirls": 2,
0022                 "totalCandies": 2,
0023                 "forceShowBasket": true,
0024                 "placedInGirls": 0,
0025                 "placedInBoys": 0
0026             },
0027             {
0028                 "instruction": qsTr("Now he wants to share 5 pieces of candy among his friends."),
0029                 "randomisedInputData": false,
0030                 "totalBoys": 1,
0031                 "totalGirls": 1,
0032                 "totalCandies": 5,
0033                 "forceShowBasket": true,
0034                 "placedInGirls": 0,
0035                 "placedInBoys": 0
0036             },
0037             {
0038                 "instruction": qsTr("Can you now share 7 of Paul's pieces of candy among his friends?"),
0039                 "randomisedInputData": false,
0040                 "totalBoys": 1,
0041                 "totalGirls": 1,
0042                 "totalCandies": 7,
0043                 "forceShowBasket": true,
0044                 "placedInGirls": 0,
0045                 "placedInBoys": 0
0046             },
0047             {
0048                 "instruction": qsTr("Can you now share 8 of Paul's pieces of candy among his friends?"),
0049                 "randomisedInputData": false,
0050                 "totalBoys": 1,
0051                 "totalGirls": 1,
0052                 "totalCandies": 8,
0053                 "forceShowBasket": true,
0054                 "placedInGirls": 0,
0055                 "placedInBoys": 0
0056             },
0057             {
0058                 "instruction": qsTr("Paul has only 11 pieces of candy left. He eats 2 pieces of candy and he gives the rest to his friends. Can you help him split equally the 9 remaining pieces of candy?"),
0059                 "randomisedInputData": false,
0060                 "totalBoys": 1,
0061                 "totalGirls": 1,
0062                 "totalCandies": 9,
0063                 "forceShowBasket": true,
0064                 "placedInGirls": 0,
0065                 "placedInBoys": 0
0066             }
0067         ],
0068         [
0069             {
0070                 "instruction": qsTr("Bob wants to share 3 pieces of candy equally between 3 of his girl friends. Can he split the pieces of candy equally?"),
0071                 "randomisedInputData": false,
0072                 "totalBoys": 0,
0073                 "totalGirls": 3,
0074                 "totalCandies": 3,
0075                 "forceShowBasket": true,
0076                 "placedInGirls": 0,
0077                 "placedInBoys": 0
0078             },
0079             {
0080                 "instruction": qsTr("Harry wants to share 8 pieces of candy between 3 of his friends: 1 boy and 2 girls. The boy already has one piece of candy. Can he split the pieces of candy so that they all have the same amount?"),
0081                 "randomisedInputData": false,
0082                 "totalBoys": 1,
0083                 "totalGirls": 2,
0084                 "totalCandies": 9,
0085                 "forceShowBasket": true,
0086                 "placedInGirls": 0,
0087                 "placedInBoys": 1
0088             },
0089             {
0090                 "instruction": qsTr("Maria wants to share 8 pieces of candy between 3 of her friends: 1 boy and 2 girls. The girls already have some pieces of candy. Can she split the pieces of candy so that they all have the same amount?"),
0091                 "randomisedInputData": false,
0092                 "totalBoys": 1,
0093                 "totalGirls": 2,
0094                 "totalCandies": 10,
0095                 "forceShowBasket": true,
0096                 "placedInGirls": 0,
0097                 "placedInBoys": 2
0098             },
0099             {
0100                 "instruction": qsTr("Harry wants to share 12 pieces of candy between 3 of his friends: 1 boy and 2 girls. The boy already has some pieces of candy. Can he split the pieces of candy so that they all have the same amount?"),
0101                 "randomisedInputData": false,
0102                 "totalBoys": 1,
0103                 "totalGirls": 2,
0104                 "totalCandies": 14,
0105                 "forceShowBasket": true,
0106                 "placedInGirls": 0,
0107                 "placedInBoys": 2
0108             }
0109         ],
0110         [
0111             {
0112                 "instruction": qsTr("Alice wants to share 4 pieces of candy equally between 4 of her girl friends. Can you help her?"),
0113                 "randomisedInputData": false,
0114                 "totalBoys": 0,
0115                 "totalGirls": 4,
0116                 "totalCandies": 4,
0117                 "forceShowBasket": true,
0118                 "placedInGirls": 0,
0119                 "placedInBoys": 0
0120             },
0121             {
0122                 "instruction": qsTr("Now, Alice wants to share 8 pieces of candy equally among her friends."),
0123                 "randomisedInputData": false,
0124                 "totalBoys": 2,
0125                 "totalGirls": 2,
0126                 "totalCandies": 8,
0127                 "forceShowBasket": true,
0128                 "placedInGirls": 0,
0129                 "placedInBoys": 0
0130             },
0131             {
0132                 "instruction": qsTr("Can you help Alice share 10 pieces of candy equally among her friends: 1 girl and 3 boys? The girl already has some pieces of candy."),
0133                 "randomisedInputData": false,
0134                 "totalBoys": 3,
0135                 "totalGirls": 1,
0136                 "totalCandies": 12,
0137                 "forceShowBasket": true,
0138                 "placedInGirls": 2,
0139                 "placedInBoys": 0
0140             },
0141             {
0142                 "instruction": qsTr("Alice wants to share 16 pieces of candy equally among her friends."),
0143                 "randomisedInputData": false,
0144                 "totalBoys": 2,
0145                 "totalGirls": 2,
0146                 "totalCandies": 16,
0147                 "forceShowBasket": true,
0148                 "placedInGirls": 0,
0149                 "placedInBoys": 0
0150             },
0151             {
0152                 "instruction": qsTr("Alice has 14 pieces of candy left. She wants to share them equally among her friends. The boys already have some pieces of candy. Can you help her split the pieces of candy equally?"),
0153                 "randomisedInputData": false,
0154                 "totalBoys": 2,
0155                 "totalGirls": 2,
0156                 "totalCandies": 20,
0157                 "forceShowBasket": true,
0158                 "placedInGirls": 0,
0159                 "placedInBoys": 3
0160             }
0161         ],
0162         [
0163             {
0164                 "instruction": qsTr("Help Jon share 11 pieces of candies equally between five girls. The rest will remain to Jon."),
0165                 "randomisedInputData": false,
0166                 "totalBoys": 0,
0167                 "totalGirls": 5,
0168                 "totalCandies": 11,
0169                 "forceShowBasket": true,
0170                 "placedInGirls": 0,
0171                 "placedInBoys": 0
0172             },
0173             {
0174                 "instruction": qsTr("Jon wants to share the rest of his pieces of candies with his brothers and his sisters. Can you split them equally, knowing that his brothers already have 2 pieces of candy?"),
0175                 "randomisedInputData": false,
0176                 "totalBoys": 2,
0177                 "totalGirls": 3,
0178                 "totalCandies": 16,
0179                 "forceShowBasket": true,
0180                 "placedInGirls": 0,
0181                 "placedInBoys": 2
0182             },
0183             {
0184                 "instruction": qsTr("Help Tux split 19 pieces of candies between his friends: 4 boys and 1 girl."),
0185                 "randomisedInputData": false,
0186                 "totalBoys": 4,
0187                 "totalGirls": 1,
0188                 "totalCandies": 21,
0189                 "forceShowBasket": true,
0190                 "placedInGirls": 2,
0191                 "placedInBoys": 0
0192             },
0193             {
0194                 "instruction": qsTr("Help Maria share 18 pieces of candy equally between 3 boys and 2 girls."),
0195                 "randomisedInputData": false,
0196                 "totalBoys": 3,
0197                 "totalGirls": 2,
0198                 "totalCandies": 20,
0199                 "forceShowBasket": true,
0200                 "placedInGirls": 1,
0201                 "placedInBoys": 0
0202             },
0203         ],
0204         [
0205             {
0206                 "instruction": qsTr("Charles wants to share his 6 pieces of candy equally between 2 of his girl friends. Can he split the pieces of candy equally?"),
0207                 "randomisedInputData": false,
0208                 "totalBoys": 0,
0209                 "totalGirls": 2,
0210                 "totalCandies": 6,
0211                 "forceShowBasket": true,
0212                 "placedInGirls": 0,
0213                 "placedInBoys": 0
0214             },
0215             {
0216                 "instruction": qsTr("For her birthday, Elizabeth has 8 pieces of candy to share with 3 of her friends equally: 2 girls and 1 boy. How should she split the pieces of candy between her friends?"),
0217                 "randomisedInputData": false,
0218                 "totalBoys": 1,
0219                 "totalGirls": 2,
0220                 "totalCandies": 12,
0221                 "forceShowBasket": true,
0222                 "placedInGirls": 2,
0223                 "placedInBoys": 0
0224             },
0225             {
0226                 "instruction": qsTr("Jason's father gave him 17 pieces of candy to share equally between his friends: 2 boys and 2 girls. Help him give the pieces of candy to his friends."),
0227                 "randomisedInputData": false,
0228                 "totalBoys": 2,
0229                 "totalGirls": 2,
0230                 "totalCandies": 17,
0231                 "forceShowBasket": true,
0232                 "placedInGirls": 0,
0233                 "placedInBoys": 0
0234             },
0235             {
0236                 "instruction": qsTr("George wants to share 14 pieces of candy equally between 4 of his friends: 2 girls and 2 boys. Can he equally split the pieces of candy between his friends?"),
0237                 "randomisedInputData": false,
0238                 "totalBoys": 2,
0239                 "totalGirls": 2,
0240                 "totalCandies": 20,
0241                 "forceShowBasket": true,
0242                 "placedInGirls": 2,
0243                 "placedInBoys": 1
0244             },
0245             {
0246                 "instruction": qsTr("Maria wants to share 23 pieces of candy equally between 5 of her friends: 3 girls and 2 boys. Can she share the pieces of candy equally between her friends?"),
0247                 "randomisedInputData": false,
0248                 "totalBoys": 2,
0249                 "totalGirls": 3,
0250                 "totalCandies": 26,
0251                 "forceShowBasket": true,
0252                 "placedInGirls": 1,
0253                 "placedInBoys": 0
0254             }
0255         ]
0256     ]
0257 }