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