Warning, /education/gcompris/src/activities/frieze/resource/9/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 // 10 levels. Any combination of shapes,colors and sizes. Count : 20
0013 Data {
0014 objective: qsTr("Copy and complete this frieze: any combination of shapes, colors/signs and sizes.")
0015 difficulty: 4
0016 data: [
0017 { "title": qsTr("Copy and complete this frieze."),
0018 "hidden": false,
0019 "shown": 8,
0020 "shuffle": false,
0021 "duplicate": true,
0022 "subLevels": [
0023 {
0024 "count": 20,
0025 "tokens": [
0026 [ 1, 1, 1 ],
0027 [ 2, 1, 1 ],
0028 [ 3, 1, 1 ],
0029 [ 2, 1, 2 ],
0030 [ 3, 1, 2 ],
0031 [ 4, 1, 2 ],
0032 [ 4, 1, 1 ]
0033 ],
0034 "patLength": 4
0035 },
0036 {
0037 "count": 20,
0038 "tokens": [
0039 [ 1, 1, 1 ],
0040 [ 1, 1, 2 ],
0041 [ 1, 2, 1 ],
0042 [ 1, 2, 2 ],
0043 [ 1, 3, 1 ],
0044 [ 1, 3, 2 ],
0045 [ 1, 4, 1 ],
0046 [ 1, 4, 2 ]
0047 ],
0048 "patLength": 6
0049 },
0050 {
0051 "count": 20,
0052 "tokens": [
0053 [ 1, 1, 1 ],
0054 [ 3, 2, 2 ],
0055 [ 4, 2, 2 ],
0056 [ 2, 1, 1 ],
0057 [ 3, 3, 1 ],
0058 [ 2, 1, 2 ],
0059 [ 4, 2, 1 ]
0060 ],
0061 "patLength": 4
0062 },
0063 {
0064 "count": 20,
0065 "tokens": [
0066 [ 1, 1, 1 ],
0067 [ 3, 2, 2 ],
0068 [ 4, 2, 2 ],
0069 [ 4, 1, 2 ],
0070 [ 2, 1, 1 ],
0071 [ 3, 2, 1 ],
0072 [ 2, 4, 2 ],
0073 [ 4, 3, 1 ]
0074 ],
0075 "patLength": 5
0076 },
0077 {
0078 "count": 20,
0079 "tokens": [
0080 [ 1, 1, 1 ],
0081 [ 3, 2, 2 ],
0082 [ 1, 2, 2 ],
0083 [ 4, 1, 2 ],
0084 [ 2, 1, 2 ],
0085 [ 3, 3, 2 ],
0086 [ 2, 4, 2 ],
0087 [ 4, 3, 1 ]
0088 ],
0089 "patLength": 5
0090 },
0091 {
0092 "count": 20,
0093 "tokens": [
0094 [ 1, 1, 1 ],
0095 [ 3, 2, 2 ],
0096 [ 4, 2, 2 ],
0097 [ 2, 1, 1 ],
0098 [ 3, 1, 1 ],
0099 [ 3, 3, 1 ],
0100 [ 3, 4, 2 ],
0101 [ 2, 1, 2 ],
0102 [ 4, 2, 1 ]
0103 ],
0104 "patLength": 5
0105 },
0106
0107 {
0108 "count": 20,
0109 "tokens": [
0110 [ 1, 1, 1 ],
0111 [ 3, 2, 2 ],
0112 [ 4, 2, 2 ],
0113 [ 4, 1, 2 ],
0114 [ 2, 4, 1 ],
0115 [ 3, 1, 1 ],
0116 [ 3, 3, 1 ],
0117 [ 2, 1, 1 ],
0118 [ 3, 3, 2 ],
0119 [ 2, 1, 2 ],
0120 [ 4, 2, 1 ]
0121 ],
0122 "patLength": 6
0123 },
0124 {
0125 "count": 20,
0126 "tokens": [
0127 [ 1, 1, 1 ],
0128 [ 1, 2, 2 ],
0129 [ 1, 3, 2 ],
0130 [ 1, 4, 1 ],
0131 [ 1, 1, 2 ],
0132 [ 1, 3, 2 ],
0133 [ 1, 2, 1 ]
0134 ],
0135 "patLength": 4
0136 },
0137 {
0138 "count": 20,
0139 "tokens": [
0140 [ 1, 1, 1 ],
0141 [ 3, 2, 2 ],
0142 [ 4, 2, 2 ],
0143 [ 4, 1, 2 ],
0144 [ 2, 4, 1 ],
0145 [ 3, 1, 1 ],
0146 [ 3, 3, 1 ],
0147 [ 2, 1, 1 ],
0148 [ 3, 3, 2 ],
0149 [ 2, 1, 2 ],
0150 [ 4, 2, 1 ]
0151 ],
0152 "patLength": 5
0153 },
0154 {
0155 "count": 20,
0156 "tokens": [
0157 [ 1, 1, 1 ],
0158 [ 1, 1, 2 ],
0159 [ 2, 1, 1 ],
0160 [ 2, 1, 2 ],
0161 [ 3, 1, 1 ],
0162 [ 3, 1, 2 ],
0163 [ 4, 1, 1 ],
0164 [ 4, 1, 2 ]
0165 ],
0166 "patLength": 6
0167 }
0168 ]
0169 }
0170 ]
0171 }