Warning, /education/gcompris/src/activities/guess24/resource/1/Data.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - Data.qml 0002 * 0003 * SPDX-FileCopyrightText: 2023 Bruno Anselme <be.root@free.fr> 0004 * 0005 * Authors: 0006 * Bruno Anselme <be.root@free.fr> 0007 * 0008 * SPDX-License-Identifier: GPL-3.0-or-later 0009 */ 0010 import GCompris 1.0 0011 0012 Data { 0013 objective: qsTr("Solvable with + and -.") 0014 difficulty: 4 0015 data: [ 0016 { 0017 "count": 10, 0018 "complexities": [ 1 ], 0019 "operatorsCount": 2 0020 } 0021 ] 0022 }