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

0001 /* GCompris - Data.qml
0002  *
0003  * SPDX-FileCopyrightText: 2020 Shubham Mishra <shivam828787@gmail.com>
0004  *
0005  * Authors:
0006  *   Shubham Mishra <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("Learn division table of 1.")
0014     difficulty: 5
0015     data: [
0016         {
0017             "operands": [
0018                 {
0019                     "first": 1,
0020                     "second": 1
0021                 },
0022                 {
0023                     "first": 2,
0024                     "second": 1
0025                 },
0026                 {
0027                     "first": 3,
0028                     "second": 1
0029                 },
0030                 {
0031                     "first": 4,
0032                     "second": 1
0033                 },
0034                 {
0035                     "first": 5,
0036                     "second": 1
0037                 },
0038                 {
0039                     "first": 6,
0040                     "second": 1
0041                 },
0042                 {
0043                     "first": 7,
0044                     "second": 1
0045                 },
0046                 {
0047                     "first": 8,
0048                     "second": 1
0049                 },
0050                 {
0051                     "first": 9,
0052                     "second": 1
0053                 },
0054                 {
0055                     "first": 10,
0056                     "second": 1
0057                 }
0058             ]
0059         }
0060     ]
0061 }