Warning, /education/gcompris/src/activities/smallnumbers2/resource/5/Data.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - Data.qml
0002 *
0003 * SPDX-FileCopyrightText: 2020 Shubham Mishra <email.shivam828787@gmail.com>
0004 *
0005 * Authors:
0006 * Shubham Mishra <email.shivam828787@gmail.com>
0007 * Timothée Giet <animtim@gmail.com>
0008 *
0009 * SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011 import GCompris 1.0
0012
0013 Data {
0014 objective: qsTr("Numbers up to 7.")
0015 difficulty: 3
0016 data: [
0017 {
0018 "objective" : qsTr("Type the number on the domino, from 1 to 7."),
0019 "sublevels" : "18",
0020 "words" : [
0021 "1",
0022 "2",
0023 "3",
0024 "4",
0025 "5",
0026 "6",
0027 "7",
0028 "7",
0029 "7",
0030 "7",
0031 "7",
0032 "7"
0033 ]
0034 }
0035 ]
0036 }