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