Warning, /sdk/licensedigger/autotests/testdata/GPL-3.0-or-later/GCompris_http.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - Data.qml
0002  *
0003  * Copyright (C) 2020 Shubham Mishra <shivam828787@gmail.com>
0004  *
0005  * Authors:
0006  *   Shubham Mishra <shivam828787@gmail.com>
0007  *
0008  *   This program is free software; you can redistribute it and/or modify
0009  *   it under the terms of the GNU General Public License as published by
0010  *   the Free Software Foundation; either version 3 of the License, or
0011  *   (at your option) any later version.
0012  *
0013  *   This program is distributed in the hope that it will be useful,
0014  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
0015  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0016  *   GNU General Public License for more details.
0017  *
0018  *   You should have received a copy of the GNU General Public License
0019  *   along with this program; if not, see <http://www.gnu.org/licenses/>.
0020  */
0021 import GCompris 1.0
0022 
0023 Data {
0024     objective: qsTr("Learn multiplication table of 1.")
0025     difficulty: 5
0026     data: [
0027         {
0028             "operands": [
0029                 {
0030                     "first": 1,
0031                     "second": 1
0032                 },
0033                 {
0034                     "first": 1,
0035                     "second": 2
0036                 },
0037                 {
0038                     "first": 1,
0039                     "second": 3
0040                 },
0041                 {
0042                     "first": 1,
0043                     "second": 4
0044                 },
0045                 {
0046                     "first": 1,
0047                     "second": 5
0048                 },
0049                 {
0050                     "first": 1,
0051                     "second": 6
0052                 },
0053                 {
0054                     "first": 1,
0055                     "second": 7
0056                 },
0057                 {
0058                     "first": 1,
0059                     "second": 8
0060                 },
0061                 {
0062                     "first": 1,
0063                     "second": 9
0064                 },
0065                 {
0066                     "first": 1,
0067                     "second": 10
0068                 }
0069             ]
0070         }
0071     ]
0072 }