Warning, /education/gcompris/src/activities/smallnumbers/resource/1/Data.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - Data.qml
0002  *
0003  * SPDX-FileCopyrightText: 2019 Akshay Kumar <email.akshay98@gmail.com>
0004  *
0005  * Authors:
0006  *   Akshay Kumar <email.akshay98@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 3.")
0015     difficulty: 1
0016     data: [
0017       {
0018         "objective" : qsTr("Type the number on the dice, 1 or 2."),
0019         "sublevels" : "8",
0020         "words" : [
0021            "1",
0022            "2"
0023         ]
0024       },
0025       {
0026          "objective" : qsTr("Type the number on the dice, from 1 to 3."),
0027          "sublevels" : "10",
0028          "words" : [
0029             "1",
0030             "2",
0031             "3",
0032             "3"
0033          ]
0034       }
0035    ]
0036 }