Warning, /education/gcompris/src/activities/learn_digits/resource/4/Data.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - Data.qml 0002 * 0003 * SPDX-FileCopyrightText: 2020 Timothée Giet <animtim@gmail.com> 0004 * 0005 * Authors: 0006 * Timothée Giet <animtim@gmail.com> 0007 * 0008 * SPDX-License-Identifier: GPL-3.0-or-later 0009 */ 0010 0011 import GCompris 1.0 0012 0013 Data { 0014 objective: qsTr("Digits from 1 to 5.") 0015 difficulty: 2 0016 0017 data: [ 0018 { 0019 questionsArray: [1, 2, 3, 4, 5], 0020 circlesModel: 5 0021 } 0022 ] 0023 }