Warning, /education/gcompris/src/activities/algebra_by/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 multiplication table of 9.") 0014 difficulty: 6 0015 data: [ 0016 { 0017 "operands": [ 0018 { 0019 "first": 9, 0020 "second": 1 0021 }, 0022 { 0023 "first": 9, 0024 "second": 2 0025 }, 0026 { 0027 "first": 9, 0028 "second": 3 0029 }, 0030 { 0031 "first": 9, 0032 "second": 4 0033 }, 0034 { 0035 "first": 9, 0036 "second": 5 0037 }, 0038 { 0039 "first": 9, 0040 "second": 6 0041 }, 0042 { 0043 "first": 9, 0044 "second": 7 0045 }, 0046 { 0047 "first": 9, 0048 "second": 8 0049 }, 0050 { 0051 "first": 9, 0052 "second": 9 0053 }, 0054 { 0055 "first": 9, 0056 "second": 10 0057 } 0058 ] 0059 } 0060 ] 0061 }