Warning, /education/gcompris/src/activities/crane/resource/2/Data.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - Data.qml
0002 *
0003 * SPDX-FileCopyrightText: 2020 Shubham Mishra <email.shivam828787@gmail.com>
0004 *
0005 * Authors:
0006 * shivam828787@gmail.com <email.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("Play with words of 3 letters.")
0014 difficulty: 3
0015 data: [
0016 [
0017 /* To add your words, replace "wordLength" key with "word".
0018 Example - replace "wordLength": 3 with "word": "happy".
0019 */
0020 {
0021 "isWord": true,
0022 "wordLength": 3,
0023 "showGrid": true,
0024 "inLine": true,
0025 "rows": 3,
0026 "columns": 4
0027 },
0028 {
0029 "isWord": true,
0030 "wordLength": 3,
0031 "showGrid": true,
0032 "inLine": true,
0033 "rows": 3,
0034 "columns": 4
0035 },
0036 {
0037 "isWord": true,
0038 "wordLength": 3,
0039 "showGrid": true,
0040 "inLine": true,
0041 "rows": 3,
0042 "columns": 4
0043 },
0044 {
0045 "isWord": true,
0046 "wordLength": 3,
0047 "showGrid": true,
0048 "inLine": false,
0049 "rows": 3,
0050 "columns": 4
0051 },
0052 {
0053 "isWord": true,
0054 "wordLength": 3,
0055 "showGrid": true,
0056 "inLine": false,
0057 "rows": 3,
0058 "columns": 4
0059 }
0060 ],
0061 [
0062 {
0063 "isWord": true,
0064 "wordLength": 3,
0065 "showGrid": true,
0066 "inLine": true,
0067 "rows": 4,
0068 "columns": 5
0069 },
0070 {
0071 "isWord": true,
0072 "wordLength": 3,
0073 "showGrid": true,
0074 "inLine": true,
0075 "rows": 4,
0076 "columns": 5
0077 },
0078 {
0079 "isWord": true,
0080 "wordLength": 3,
0081 "showGrid": true,
0082 "inLine": true,
0083 "rows": 4,
0084 "columns": 5
0085 },
0086 {
0087 "isWord": true,
0088 "wordLength": 3,
0089 "showGrid": true,
0090 "inLine": false,
0091 "rows": 4,
0092 "columns": 5
0093 },
0094 {
0095 "isWord": true,
0096 "wordLength": 3,
0097 "showGrid": true,
0098 "inLine": false,
0099 "rows": 4,
0100 "columns": 5
0101 }
0102 ],
0103 [
0104 {
0105 "isWord": true,
0106 "wordLength": 3,
0107 "showGrid": false,
0108 "inLine": false,
0109 "rows": 5,
0110 "columns": 6
0111 },
0112 {
0113 "isWord": true,
0114 "wordLength": 3,
0115 "showGrid": false,
0116 "inLine": false,
0117 "rows": 5,
0118 "columns": 6
0119 },
0120 {
0121 "isWord": true,
0122 "wordLength": 3,
0123 "showGrid": false,
0124 "inLine": false,
0125 "rows": 5,
0126 "columns": 6
0127 },
0128 {
0129 "isWord": true,
0130 "wordLength": 3,
0131 "showGrid": false,
0132 "inLine": false,
0133 "rows": 5,
0134 "columns": 6
0135 },
0136 {
0137 "isWord": true,
0138 "wordLength": 3,
0139 "showGrid": false,
0140 "inLine": false,
0141 "rows": 5,
0142 "columns": 6
0143 }
0144 ],
0145 [
0146 {
0147 "isWord": true,
0148 "wordLength": 3,
0149 "showGrid": false,
0150 "inLine": true,
0151 "rows": 6,
0152 "columns": 7
0153 },
0154 {
0155 "isWord": true,
0156 "wordLength": 3,
0157 "showGrid": false,
0158 "inLine": true,
0159 "rows": 6,
0160 "columns": 7
0161 },
0162 {
0163 "isWord": true,
0164 "wordLength": 3,
0165 "showGrid": false,
0166 "inLine": true,
0167 "rows": 6,
0168 "columns": 7
0169 },
0170 {
0171 "isWord": true,
0172 "wordLength": 3,
0173 "showGrid": false,
0174 "inLine": false,
0175 "rows": 6,
0176 "columns": 7
0177 },
0178 {
0179 "isWord": true,
0180 "wordLength": 3,
0181 "showGrid": false,
0182 "inLine": false,
0183 "rows": 6,
0184 "columns": 7
0185 }
0186 ]
0187 ]
0188 }