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