Warning, /education/gcompris/src/activities/frieze/resource/12/Data.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - Data.qml 0002 * 0003 * SPDX-FileCopyrightText: 2023 Bruno Anselme <be.root@free.fr> 0004 * 0005 * Authors: 0006 * Bruno Anselme <be.root@free.fr> 0007 * 0008 * SPDX-License-Identifier: GPL-3.0-or-later 0009 */ 0010 import GCompris 1.0 0011 0012 Data { 0013 objective: qsTr("Remember and copy this frieze: patterns between 4 and 7, any combination of shapes, colors/signs and sizes.") 0014 difficulty: 5 0015 data: [ 0016 { "title": qsTr("Remember and copy this frieze."), 0017 "hidden": true, 0018 "shuffle": true, 0019 "shown": 20, 0020 "subLevels": [ 0021 { 0022 "count": 20, 0023 "tokens": [ 0024 [ 1, 1, 1 ], 0025 [ 2, 2, 1 ], 0026 [ 4, 1, 2 ], 0027 [ 2, 2, 2 ], 0028 [ 3, 3, 1 ], 0029 [ 4, 4, 1 ] 0030 ], 0031 0032 "patLength": 4 0033 }, 0034 { 0035 "count": 20, 0036 "tokens": [ 0037 [ 1, 1, 1 ], 0038 [ 2, 2, 1 ], 0039 [ 1, 1, 2 ], 0040 [ 2, 2, 2 ], 0041 [ 3, 3, 1 ], 0042 [ 4, 4, 1 ] 0043 ], 0044 0045 "patLength": 5 0046 }, 0047 { 0048 "count": 20, 0049 "tokens": [ 0050 [ 1, 1, 1 ], 0051 [ 4, 1, 2 ], 0052 [ 2, 2, 2 ], 0053 [ 3, 3, 2 ], 0054 [ 2, 1, 1 ], 0055 [ 2, 3, 2 ], 0056 [ 1, 1, 2 ], 0057 [ 1, 3, 1 ] 0058 ], 0059 0060 "patLength": 5 0061 }, 0062 { 0063 "count": 20, 0064 "tokens": [ 0065 [ 1, 1, 1 ], 0066 [ 1, 1, 2 ], 0067 [ 2, 1, 1 ], 0068 [ 2, 1, 2 ], 0069 [ 3, 1, 1 ], 0070 [ 3, 1, 2 ] 0071 ], 0072 0073 "patLength": 4 0074 }, 0075 { 0076 "count": 20, 0077 "tokens": [ 0078 [ 1, 1, 1 ], 0079 [ 1, 2, 2 ], 0080 [ 1, 3, 1 ], 0081 [ 1, 4, 2 ], 0082 [ 1, 1, 2 ], 0083 [ 1, 2, 1 ], 0084 [ 1, 3, 2 ] 0085 ], 0086 0087 "patLength": 6 0088 }, 0089 { 0090 "count": 20, 0091 "tokens": [ 0092 [ 1, 1, 1 ], 0093 [ 2, 2, 2 ], 0094 [ 3, 3, 1 ], 0095 [ 4, 4, 2 ], 0096 [ 1, 1, 2 ], 0097 [ 2, 2, 1 ], 0098 [ 3, 3, 2 ] 0099 ], 0100 0101 "patLength": 6 0102 }, 0103 { 0104 "count": 20, 0105 "tokens": [ 0106 [ 1, 1, 1 ], 0107 [ 2, 2, 2 ], 0108 [ 3, 3, 1 ], 0109 [ 4, 4, 2 ], 0110 [ 1, 1, 2 ], 0111 [ 2, 2, 1 ], 0112 [ 3, 3, 2 ] 0113 ], 0114 0115 "patLength": 5 0116 }, 0117 { 0118 "count": 20, 0119 "tokens": [ 0120 [ 1, 1, 1 ], 0121 [ 1, 2, 2 ], 0122 [ 1, 1, 2 ], 0123 [ 2, 1, 1 ], 0124 [ 2, 2, 2 ], 0125 [ 2, 3, 2 ], 0126 [ 2, 3, 1 ], 0127 [ 2, 4, 1 ], 0128 [ 3, 1, 2 ] 0129 ], 0130 0131 "patLength": 7 0132 }, 0133 { 0134 "count": 20, 0135 "tokens": [ 0136 [ 1, 1, 1 ], 0137 [ 2, 2, 2 ], 0138 [ 3, 3, 1 ], 0139 [ 2, 1, 1 ], 0140 [ 2, 2, 1 ], 0141 [ 2, 3, 2 ], 0142 [ 3, 1, 2 ] 0143 ], 0144 0145 "patLength": 5 0146 }, 0147 { 0148 "count": 20, 0149 "tokens": [ 0150 [ 1, 1, 1 ], 0151 [ 2, 2, 2 ], 0152 [ 3, 3, 2 ], 0153 [ 4, 1, 1 ], 0154 [ 2, 1, 1 ], 0155 [ 2, 3, 2 ], 0156 [ 3, 1, 2 ] 0157 ], 0158 0159 "patLength": 7 0160 }, 0161 { 0162 "count": 20, 0163 "tokens": [ 0164 [ 1, 1, 1 ], 0165 [ 2, 2, 2 ], 0166 [ 3, 3, 2 ], 0167 [ 4, 1, 1 ], 0168 [ 2, 1, 2 ], 0169 [ 4, 2, 1 ], 0170 [ 2, 1, 1 ], 0171 [ 2, 3, 2 ], 0172 [ 3, 1, 2 ] 0173 ], 0174 0175 "patLength": 6 0176 }, 0177 { 0178 "count": 20, 0179 "tokens": [ 0180 [ 1, 1, 1 ], 0181 [ 2, 2, 2 ], 0182 [ 3, 3, 2 ], 0183 [ 4, 1, 1 ], 0184 [ 2, 4, 1 ], 0185 [ 3, 4, 2 ], 0186 [ 4, 3, 1 ], 0187 [ 2, 1, 1 ], 0188 [ 2, 3, 2 ], 0189 [ 3, 1, 2 ] 0190 ], 0191 0192 "patLength": 7 0193 } 0194 ] 0195 } 0196 ] 0197 }