Warning, /education/gcompris/src/activities/algebra_div/resource/9/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 9.")
0014     difficulty: 6
0015     data: [
0016         {
0017             "operands": [
0018                 {
0019                     "first": 9,
0020                     "second": 9
0021                 },
0022                 {
0023                     "first": 18,
0024                     "second": 9
0025                 },
0026                 {
0027                     "first": 27,
0028                     "second": 9
0029                 },
0030                 {
0031                     "first": 36,
0032                     "second": 9
0033                 },
0034                 {
0035                     "first": 45,
0036                     "second": 9
0037                 },
0038                 {
0039                     "first": 54,
0040                     "second": 9
0041                 },
0042                 {
0043                     "first": 63,
0044                     "second": 9
0045                 },
0046                 {
0047                     "first": 72,
0048                     "second": 9
0049                 },
0050                 {
0051                     "first": 81,
0052                     "second": 9
0053                 },
0054                 {
0055                     "first": 90,
0056                     "second": 9
0057                 }
0058             ]
0059         }
0060     ]
0061 }