Warning, /education/gcompris/src/activities/smallnumbers2/resource/7/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 9.")
0015 difficulty: 3
0016 data: [
0017 {
0018 "objective" : qsTr("Type the number on the domino, from 1 to 9."),
0019 "sublevels" : "22",
0020 "words" : [
0021 "1",
0022 "2",
0023 "3",
0024 "4",
0025 "5",
0026 "6",
0027 "7",
0028 "8",
0029 "9",
0030 "9",
0031 "9",
0032 "9",
0033 "9",
0034 "9",
0035 "9",
0036 "9"
0037 ]
0038 }
0039 ]
0040 }