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