Warning, /education/gcompris/src/activities/categorization/resource/board/category_renewable.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: true
0014     property bool allowExpertMode: true
0015     property string imagesPrefix: "qrc:/gcompris/src/activities/categorization/resource/images/renewable/"
0016     property var levels: [
0017         {
0018             "type": "lesson",
0019             "name": qsTr("Renewable"),
0020             "image": imagesPrefix + "windmill12.webp",
0021             "content": [
0022                 {
0023                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0024                     "image": imagesPrefix + "windmill12.webp",
0025                     "maxNumberOfGood": 6,
0026                     "maxNumberOfBad": 6,
0027                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0028                     "good": ["renewable/windmill.webp","renewable/windmill1.webp","renewable/windmill2.webp","renewable/windmill3.webp","renewable/windmill4.webp","renewable/windmill5.webp"],
0029                     "bad": ["fishes/fish20.webp","others/volleyball.webp","monuments/burj.webp","tools/plier1.webp","others/pillow.webp","fishes/fish10.webp"]
0030                 },
0031                 {
0032                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0033                     "image": imagesPrefix + "solar8.webp",
0034                     "maxNumberOfGood": 6,
0035                     "maxNumberOfBad": 6,
0036                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0037                     "good": ["renewable/solar1.webp","renewable/solar2.webp","renewable/solar3.webp","renewable/solar4.webp","renewable/solar5.webp","renewable/solar6.webp"],
0038                     "bad": ["others/plate.webp","fishes/fish25.webp","tools/scissors1.webp","monuments/christTheRedeemer.webp","others/bucket.webp","monuments/jucheTower.webp"]
0039                 },
0040                 {
0041                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0042                     "image": imagesPrefix + "dam2.webp",
0043                     "maxNumberOfGood": 4,
0044                     "maxNumberOfBad": 5,
0045                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0046                     "good": ["renewable/dam1.webp","renewable/dam2.webp","renewable/dam3.webp","renewable/dam4.webp"],
0047                     "bad": ["fishes/fish14.webp","tools/wrench.webp","tools/plier3.webp","others/baseball.webp","monuments/arcDeTriomphe.webp"]
0048                 },
0049                 {
0050                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0051                     "image": imagesPrefix + "dam5.webp",
0052                     "maxNumberOfGood": 4,
0053                     "maxNumberOfBad": 5,
0054                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0055                     "good": ["renewable/windmill2.webp","renewable/windmill13.webp","renewable/solar7.webp","renewable/solar3.webp"],
0056                     "bad": ["monuments/greatPyramid.webp","others/buffetset.webp","others/weighingMachine.webp","tools/spray.webp","monuments/arcDeTriomphe.webp"]
0057                 },
0058                 {
0059                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0060                     "image": imagesPrefix + "geothermal.webp",
0061                     "maxNumberOfGood": 5,
0062                     "maxNumberOfBad": 4,
0063                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0064                     "good": ["renewable/dam5.webp","renewable/geothermal.webp","renewable/windmill6.webp","renewable/windmill7.webp","renewable/windmill8.webp"],
0065                     "bad": ["fishes/fish6.webp","fishes/fish3.webp","others/pan.webp","others/spoons.webp"]
0066                 },
0067                 {
0068                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0069                     "image": imagesPrefix + "dam3.webp",
0070                     "maxNumberOfGood": 3,
0071                     "maxNumberOfBad": 3,
0072                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0073                     "good": ["renewable/windmill9.webp","renewable/windmill12.webp","renewable/solar7.webp"],
0074                     "bad": ["others/blackslate.webp","monuments/IndiaGate.webp","tools/multimeter2.webp"]
0075                 },
0076                 {
0077                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0078                     "image": imagesPrefix + "solar2.webp",
0079                     "maxNumberOfGood": 3,
0080                     "maxNumberOfBad": 3,
0081                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0082                     "good": ["renewable/solar8.webp","renewable/dam5.webp","renewable/windmill11.webp"],
0083                     "bad": ["others/plate.webp","others/chair.webp","monuments/eiffelTower.webp"]
0084                 },
0085                 {
0086                     "instructions": qsTr("Place the RENEWABLE energy sources to the right and other objects to the left"),
0087                     "image": imagesPrefix + "solar4.webp",
0088                     "maxNumberOfGood": 3,
0089                     "maxNumberOfBad": 3,
0090                     "prefix": "qrc:/gcompris/src/activities/categorization/resource/images/",
0091                     "good": ["renewable/windmill14.webp","renewable/windmill15.webp","renewable/dam5.webp"],
0092                     "bad": ["others/plate.webp","fishes/fish18.webp","monuments/leMusee.webp"]
0093                 }
0094             ]
0095         }
0096     ]
0097 }