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