Warning, /education/gcompris/src/activities/gnumch-equality/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 <shivam828787@gmail.com> 0004 * 0005 * Authors: 0006 * Shubham Mishra <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("Practice subtraction equality.") 0014 difficulty: 5 0015 data: [ 0016 { 0017 "goal": 6, 0018 "operator": " - ", 0019 "spawnMonsters": false 0020 }, 0021 { 0022 "goal": 7, 0023 "operator": " - ", 0024 "spawnMonsters": true 0025 0026 }, 0027 { 0028 "goal": 8, 0029 "operator": " - ", 0030 "spawnMonsters": true 0031 }, 0032 { 0033 "goal": 9, 0034 "operator": " - ", 0035 "spawnMonsters": true 0036 }, 0037 { 0038 "goal": 10, 0039 "operator": " - ", 0040 "spawnMonsters": true 0041 }, 0042 { 0043 "goal": 11, 0044 "operator": " - ", 0045 "spawnMonsters": true 0046 }, 0047 { 0048 "goal": 12, 0049 "operator": " - ", 0050 "spawnMonsters": true 0051 }, 0052 { 0053 "goal": 13, 0054 "operator": " - ", 0055 "spawnMonsters": true 0056 }, 0057 { 0058 "goal": 14, 0059 "operator": " - ", 0060 "spawnMonsters": true 0061 }, 0062 { 0063 "goal": 15, 0064 "operator": " - ", 0065 "spawnMonsters": true 0066 } 0067 ] 0068 }