Warning, /education/gcompris/src/activities/frieze/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2023 Bruno ANSELME <be.root@free.fr>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "frieze/Frieze.qml"
0010   difficulty: 1
0011   icon: "frieze/frieze.svg"
0012   author: "Bruno ANSELME &lt;be.root@free.fr&gt;"
0013   //: Activity title
0014   title: qsTr("Frieze")
0015   //: Help title
0016   description: qsTr("Reproduce and complete the frieze.")
0017   //intro: "Reproduce and complete the frieze model."
0018   //: Help goal
0019   goal: qsTr("Learn algorithms.")
0020   //: Help prerequisite
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Reproduce the frieze on top. On some levels, you may have to complete the frieze or to reproduce it after you've memorized it.") + ("<br>") +
0024           qsTr("<b>Keyboard controls:</b>") + "<ul>" +
0025           "<li>" +qsTr("Left and right arrows: select a token") + "</li>" +
0026           "<li>" +qsTr("Space: add selected token to the frieze") + "</li>" +
0027           "<li>" +qsTr("Backspace or Delete: remove last token from the frieze") + "</li>" +
0028           "<li>" +qsTr("Enter: validate the answer") + "</li>" +
0029           "<li>" +qsTr("Tab: switch between editing the frieze and viewing the model") + "</li>" +
0030           ("</ul>")
0031   credit: ""
0032   section: "discovery logic"
0033   createdInVersion: 40000
0034   levels: "1,2,3,4,5,6,7,8,9,10,11,12,13,14"
0035 }