Warning, /education/gcompris/src/activities/frieze/resource/14/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 6 and 8, any combination of shapes, colors/signs and sizes.")
0014     difficulty: 6
0015     data: [
0016         {   "title": qsTr("Remember and copy this frieze."),
0017             "hidden": true,
0018             "shuffle": true,
0019             "shown": 24,
0020             "subLevels": [
0021                 {
0022                     "count": 24,
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": 6
0033                 },
0034                 {
0035                     "count": 24,
0036                     "tokens": [
0037                         [ 1, 1, 1 ],
0038                         [ 2, 2, 1 ],
0039                         [ 1, 1, 2 ],
0040                         [ 3, 3, 2 ],
0041                         [ 2, 1, 1 ],
0042                         [ 2, 2, 2 ],
0043                         [ 3, 3, 1 ],
0044                         [ 4, 4, 1 ]
0045                     ],
0046 
0047                     "patLength": 7
0048                 },
0049                 {
0050                     "count": 24,
0051                     "tokens": [
0052                         [ 1, 1, 1 ],
0053                         [ 4, 1, 2 ],
0054                         [ 2, 2, 2 ],
0055                         [ 3, 3, 2 ],
0056                         [ 2, 1, 1 ],
0057                         [ 2, 3, 2 ],
0058                         [ 1, 1, 2 ],
0059                         [ 1, 3, 1 ]
0060                     ],
0061 
0062                     "patLength": 6
0063                 },
0064                 {
0065                     "count": 24,
0066                     "tokens": [
0067                         [ 1, 1, 1 ],
0068                         [ 1, 2, 2 ],
0069                         [ 1, 3, 1 ],
0070                         [ 1, 4, 2 ],
0071                         [ 1, 1, 2 ],
0072                         [ 1, 2, 1 ],
0073                         [ 2, 2, 2 ],
0074                         [ 2, 3, 1 ],
0075                         [ 2, 4, 2 ],
0076                         [ 2, 1, 2 ],
0077                         [ 2, 2, 1 ],
0078                         [ 2, 3, 2 ]
0079                     ],
0080 
0081                     "patLength": 8
0082                 },
0083                 {
0084                     "count": 24,
0085                     "tokens": [
0086                         [ 1, 1, 1 ],
0087                         [ 1, 2, 2 ],
0088                         [ 1, 3, 1 ],
0089                         [ 1, 4, 2 ],
0090                         [ 1, 1, 2 ],
0091                         [ 1, 2, 1 ],
0092                         [ 1, 3, 2 ]
0093                     ],
0094 
0095                     "patLength": 7
0096                 },
0097                 {
0098                     "count": 24,
0099                     "tokens": [
0100                         [ 1, 1, 1 ],
0101                         [ 2, 2, 2 ],
0102                         [ 3, 3, 1 ],
0103                         [ 1, 3, 1 ],
0104                         [ 1, 4, 2 ],
0105                         [ 4, 4, 2 ],
0106                         [ 1, 1, 2 ],
0107                         [ 2, 2, 1 ],
0108                         [ 3, 3, 2 ]
0109                     ],
0110 
0111                     "patLength": 6
0112                 },
0113                 {
0114                     "count": 24,
0115                     "tokens": [
0116                         [ 1, 1, 1 ],
0117                         [ 2, 2, 2 ],
0118                         [ 1, 3, 1 ],
0119                         [ 1, 4, 2 ],
0120                         [ 3, 3, 1 ],
0121                         [ 4, 4, 2 ],
0122                         [ 1, 1, 2 ],
0123                         [ 2, 2, 1 ],
0124                         [ 4, 2, 1 ],
0125                         [ 3, 3, 2 ]
0126                     ],
0127 
0128                     "patLength": 8
0129                 },
0130                 {
0131                     "count": 24,
0132                     "tokens": [
0133                         [ 1, 1, 1 ],
0134                         [ 1, 2, 2 ],
0135                         [ 1, 1, 2 ],
0136                         [ 2, 1, 1 ],
0137                         [ 2, 2, 2 ],
0138                         [ 2, 3, 2 ],
0139                         [ 2, 3, 1 ],
0140                         [ 2, 4, 1 ],
0141                         [ 3, 1, 2 ]
0142                     ],
0143 
0144                     "patLength": 7
0145                 },
0146                 {
0147                     "count": 24,
0148                     "tokens": [
0149                         [ 1, 1, 1 ],
0150                         [ 2, 2, 2 ],
0151                         [ 3, 3, 1 ],
0152                         [ 2, 1, 1 ],
0153                         [ 2, 2, 1 ],
0154                         [ 3, 4, 1 ],
0155                         [ 2, 4, 2 ],
0156                         [ 2, 2, 1 ],
0157                         [ 2, 3, 2 ],
0158                         [ 3, 1, 2 ]
0159                     ],
0160 
0161                     "patLength": 8
0162                 },
0163                 {
0164                     "count": 24,
0165                     "tokens": [
0166                         [ 1, 1, 1 ],
0167                         [ 2, 2, 2 ],
0168                         [ 3, 3, 2 ],
0169                         [ 4, 1, 1 ],
0170                         [ 2, 1, 1 ],
0171                         [ 4, 4, 1 ],
0172                         [ 2, 4, 2 ],
0173                         [ 2, 3, 2 ],
0174                         [ 3, 1, 2 ]
0175                     ],
0176 
0177                     "patLength": 7
0178                 },
0179                 {
0180                     "count": 24,
0181                     "tokens": [
0182                         [ 1, 1, 1 ],
0183                         [ 1, 1, 2 ],
0184                         [ 1, 2, 1 ],
0185                         [ 2, 2, 2 ],
0186                         [ 3, 3, 2 ],
0187                         [ 4, 1, 1 ],
0188                         [ 2, 1, 2 ],
0189                         [ 4, 2, 1 ],
0190                         [ 2, 1, 1 ],
0191                         [ 2, 3, 2 ],
0192                         [ 3, 1, 2 ]
0193                     ],
0194 
0195                     "patLength": 8
0196                 },
0197                 {
0198                     "count": 24,
0199                     "tokens": [
0200                         [ 1, 1, 1 ],
0201                         [ 2, 2, 2 ],
0202                         [ 3, 3, 2 ],
0203                         [ 4, 1, 1 ],
0204                         [ 2, 4, 1 ],
0205                         [ 3, 4, 2 ],
0206                         [ 4, 3, 1 ],
0207                         [ 2, 1, 1 ],
0208                         [ 2, 3, 2 ],
0209                         [ 3, 1, 2 ]
0210                     ],
0211 
0212                     "patLength": 8
0213                 }
0214             ]
0215         }
0216     ]
0217 }