Warning, /education/gcompris/src/activities/enumerate/resource/2/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  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import GCompris 1.0
0011 
0012 Data {
0013     objective: qsTr("Group 2 types of fruit and enumerate each group (5 fruit max).")
0014     difficulty: 2
0015     data: [
0016         {
0017             "objective": qsTr("Group 2 types of fruit and enumerate each group (3 fruit max)."),
0018             "sublevels" : "4",
0019             "numberOfItemType" : 2,
0020             "numberOfItemMax"  : 3
0021         },
0022         {
0023             "objective": qsTr("Group 2 types of fruit and enumerate each group (4 fruit max)."),
0024             "sublevels" : "4",
0025             "numberOfItemType" : 2,
0026             "numberOfItemMax"  : 4
0027         },
0028         {
0029             "objective": qsTr("Group 2 types of fruit and enumerate each group (5 fruit max)."),
0030             "sublevels" : "4",
0031             "numberOfItemType" : 2,
0032             "numberOfItemMax"  : 5
0033         }
0034     ]
0035 }