Warning, /education/gcompris/src/activities/categorization/resource/board/category_insects.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/insects/" 0016 property var levels: [ 0017 { 0018 "type": "lesson", 0019 "name": qsTr("Insects"), 0020 "image": imagesPrefix + "insect6.webp", 0021 "content": [ 0022 { 0023 "instructions": qsTr("Place the INSECTS to the right and other objects to the left"), 0024 "image": imagesPrefix + "insect15.webp", 0025 "maxNumberOfGood": 6, 0026 "maxNumberOfBad": 6, 0027 "prefix": "qrc:/gcompris/data/words-webp/", 0028 "good": ["insects/insect1.webp","insects/insect2.webp","insects/insect3.webp","insects/insect4.webp","insects/insect5.webp","insects/insect6.webp"], 0029 "bad": ["nature/nature4.webp","plants/tree2.webp","birds/bird8.webp","birds/bird5.webp","animals/giraffe.webp","animals/horse.webp"] 0030 }, 0031 { 0032 "instructions": qsTr("Place the INSECTS to the right and other objects to the left"), 0033 "image": imagesPrefix + "insect25.webp", 0034 "maxNumberOfGood": 6, 0035 "maxNumberOfBad": 6, 0036 "prefix": "qrc:/gcompris/data/words-webp/", 0037 "good": ["insects/insect7.webp","insects/insect8.webp","insects/insect9.webp","insects/insect10.webp","insects/insect11.webp","insects/insect12.webp"], 0038 "bad": ["food/eggs.webp","birds/bird2.webp","birds/bird3.webp","animals/lion.webp","animals/mouse.webp","animals/elephant.webp"] 0039 }, 0040 { 0041 "instructions": qsTr("Place the INSECTS to the right and other objects to the left"), 0042 "image": imagesPrefix + "insect6.webp", 0043 "maxNumberOfGood": 5, 0044 "maxNumberOfBad": 4, 0045 "prefix": "qrc:/gcompris/data/words-webp/", 0046 "good": ["insects/insect13.webp","insects/insect14.webp","insects/insect15.webp","insects/insect16.webp","insects/insect17.webp"], 0047 "bad": ["transport/helicopter.webp","householdGoods/oven.webp","birds/bird8.webp","birds/bird9.webp"] 0048 }, 0049 { 0050 "instructions": qsTr("Place the INSECTS to the right and other objects to the left"), 0051 "image": imagesPrefix + "insect8.webp", 0052 "maxNumberOfGood": 5, 0053 "maxNumberOfBad": 4, 0054 "prefix": "qrc:/gcompris/data/words-webp/", 0055 "good": ["insects/insect18.webp","insects/insect19.webp","insects/insect20.webp","insects/insect21.webp","insects/insect22.webp"], 0056 "bad": ["householdGoods/bed.webp","others/mobile.webp","birds/bird17.webp","animals/hare.webp"] 0057 }, 0058 { 0059 "instructions": qsTr("Place the INSECTS to the right and other objects to the left"), 0060 "image": imagesPrefix + "insect19.webp", 0061 "maxNumberOfGood": 3, 0062 "maxNumberOfBad": 3, 0063 "prefix": "qrc:/gcompris/data/words-webp/", 0064 "good": ["insects/insect23.webp","insects/insect24.webp","insects/insect25.webp"], 0065 "bad": ["plants/tree3.webp","birds/bird29.webp","animals/pig.webp"] 0066 }, 0067 { 0068 "instructions": qsTr("Place the INSECTS to the right and other objects to the left"), 0069 "image": imagesPrefix + "insect12.webp", 0070 "maxNumberOfGood": 3, 0071 "maxNumberOfBad": 3, 0072 "prefix": "qrc:/gcompris/data/words-webp/", 0073 "good": ["insects/insect26.webp","insects/insect27.webp","insects/insect12.webp"], 0074 "bad": ["householdGoods/iron.webp","birds/bird33.webp","animals/sheep.webp"] 0075 } 0076 ] 0077 } 0078 ] 0079 }