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

0001 /* GCompris - Data.qml
0002  *
0003  * SPDX-FileCopyrightText: 2020 Deepak Kumar <deepakdk2431@gmail.com>
0004  *
0005  * Authors:
0006  *   Deepak Kumar <deepakdk2431@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 
0011 import GCompris 1.0
0012 
0013 Data {
0014     objective: qsTr("Practice algebraic calculations with four operators.")
0015     difficulty: 6
0016 
0017     data: [
0018         {
0019             "dataItems": [
0020                 [
0021                    [ ['+','-','*','/'],[  [[1,7,2,3,2],13] ,[[8,1,5,2,3],6] ,[[1,7,2,4,2],5] ,[[9,7,8,2,4],4]] ],
0022                    [ ['+','-','*','/'],[  [[48,2,4,7,3],10] ,[[18,10,5,2,1],4] ,[[6,3,2,4,1],5] ,[[5,1,4,2,9],9]] ],
0023                    [ ['+','-','*','/'],[  [[10,40,20,6,5],10] ,[[16,2,6,14,10],6] ,[[6,3,2,4,3],7] ,[[5,1,4,2,13],5]] ]
0024 
0025                 ]
0026             ],
0027             "levelSchema": [3,3,3],
0028             "defaultOperators": [['+','-','*','/'],['+','-','*','/'],['+','-','*','/']]
0029         }
0030 
0031     ]
0032 }