Warning, /education/gcompris/src/activities/categorization/resource/board/category_animals.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris 0002 * 0003 * SPDX-FileCopyrightText: 2016 Divyam Madaan <divyam3897@gmail.com> 0004 * 0005 * Authors: 0006 * Divyam Madaan <divyam3897@gmail.com> 0007 * 0008 * SPDX-License-Identifier: GPL-3.0-or-later 0009 */ 0010 import QtQuick 2.12 0011 0012 QtObject{ 0013 property bool isEmbedded: false 0014 property bool allowExpertMode: true 0015 property string imagesPrefix: "qrc:/gcompris/data/words-webp/animals/" 0016 property var levels:[ 0017 { 0018 "type": "lesson", 0019 "name": qsTr("Animals"), 0020 "image": imagesPrefix + "animalsherd.webp", 0021 "content": [ 0022 { 0023 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0024 "image": imagesPrefix + "tiger.webp", 0025 "maxNumberOfGood": 6, 0026 "maxNumberOfBad": 6, 0027 "prefix": "qrc:/gcompris/data/words-webp/", 0028 "good": ["animals/baboon.webp","animals/bosmutus.webp","animals/camel.webp","animals/cow.webp","animals/dog.webp","birds/bird10.webp"], 0029 "bad": ["nature/nature5.webp","householdGoods/chair.webp","food/biryani.webp","others/electricfan.webp","others/clock.webp","nature/nature10.webp"] 0030 }, 0031 { 0032 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0033 "image": imagesPrefix + "tiger.webp", 0034 "maxNumberOfGood": 6, 0035 "maxNumberOfBad": 6, 0036 "prefix": "qrc:/gcompris/data/words-webp/", 0037 "good": ["animals/lion.webp","birds/bird7.webp","birds/bird8.webp","animals/mouse1.webp","animals/opossum.webp","animals/pig.webp"], 0038 "bad": ["nature/nature3.webp","food/milk.webp","food/butter.webp","fruits/apple.webp","transport/rickshaw.webp","transport/bus.webp"] 0039 }, 0040 { 0041 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0042 "image": imagesPrefix + "opossum.webp", 0043 "maxNumberOfGood": 6, 0044 "maxNumberOfBad": 6, 0045 "prefix": "qrc:/gcompris/data/words-webp/", 0046 "good": ["animals/snowcat.webp","animals/spidermonkey.webp","animals/squirrel.webp","animals/squirrel1.webp","animals/tasmaniandevil.webp","birds/bird22.webp"], 0047 "bad": ["transport/helicopter.webp","nature/nature2.webp","others/house.webp","transport/plane2.webp","plants/plant4.webp","nature/nature5.webp"] 0048 }, 0049 { 0050 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0051 "image": imagesPrefix + "tortoise.webp", 0052 "maxNumberOfGood": 5, 0053 "maxNumberOfBad": 4, 0054 "prefix": "qrc:/gcompris/data/words-webp/", 0055 "good": ["animals/redeyedfrog.webp","animals/scorpian.webp","animals/sealion.webp","animals/sheep.webp","animals/snake.webp"], 0056 "bad": ["fruits/grapes.webp","others/broom1.webp","transport/car1.webp","food/icecream.webp"] 0057 }, 0058 { 0059 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0060 "image": imagesPrefix + "koala.webp", 0061 "maxNumberOfGood": 5, 0062 "maxNumberOfBad": 4, 0063 "prefix": "qrc:/gcompris/data/words-webp/", 0064 "good": ["animals/donkey.webp","animals/elephant.webp","insects/insect20.webp","animals/tiger.webp","animals/zebra.webp"], 0065 "bad": ["vegetables/pumpkin.webp","vegetables/carrots.webp","transport/cycle.webp","plants/tree3.webp"] 0066 }, 0067 { 0068 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0069 "image": imagesPrefix + "hedgehog.webp", 0070 "maxNumberOfGood": 4, 0071 "maxNumberOfBad": 5, 0072 "prefix": "qrc:/gcompris/data/words-webp/", 0073 "good": ["animals/giraffe.webp","birds/bird25.webp","animals/hedgehog.webp","insects/insect7.webp"], 0074 "bad": ["vegetables/potato.webp","transport/balloon.webp","food/cheese.webp","others/mobile.webp","transport/bus1.webp"] 0075 }, 0076 { 0077 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0078 "image": imagesPrefix + "lion.webp", 0079 "maxNumberOfGood": 3 , 0080 "maxNumberOfBad": 3, 0081 "prefix": "qrc:/gcompris/data/words-webp/", 0082 "good": ["animals/koala.webp","animals/kodiak-bear.webp","birds/bird27.webp"], 0083 "bad": ["nature/nature6.webp","transport/ferry.webp","food/eggs.webp","food/hamburger.webp"] 0084 }, 0085 { 0086 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0087 "image": imagesPrefix + "pig.webp", 0088 "maxNumberOfGood": 3, 0089 "maxNumberOfBad": 3, 0090 "prefix": "qrc:/gcompris/data/words-webp/", 0091 "good": ["animals/tiger.webp","animals/tortoise.webp","animals/tortoise1.webp"], 0092 "bad": ["transport/car1.webp","fruits/papaya.webp","food/hotdog.webp"] 0093 }, 0094 { 0095 "instructions": qsTr("Place the ANIMALS to the right and other objects to the left"), 0096 "image": imagesPrefix + "snowcat.webp", 0097 "maxNumberOfGood": 3, 0098 "maxNumberOfBad": 3, 0099 "prefix": "qrc:/gcompris/data/words-webp/", 0100 "good": ["animals/porcupine.webp","animals/cow.webp","birds/bird29.webp"], 0101 "bad": ["nature/nature8.webp","food/macroni.webp","others/house.webp"] 0102 } 0103 ] 0104 } 0105 ] 0106 }