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