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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010     name: "alphabet-sequence/AlphabetSequence.qml"
0011     difficulty: 2
0012     icon: "alphabet-sequence/alphabet-sequence.svg"
0013     author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014     //: Activity title
0015     title: qsTr("Alphabet sequence")
0016     //: Help title
0017     description: qsTr("Move the helicopter to catch the clouds following the order of the alphabet.")
0018 //    intro: "Move the helicopter to catch the clouds following the order of the alphabet."
0019     //: Help goal
0020     goal: qsTr("Alphabet sequence.")
0021     //: Help prerequisite
0022     prerequisite: qsTr("Can decode letters.")
0023     //: Help manual
0024     manual: qsTr("Catch the alphabet letters. With a keyboard use the arrow keys to move the helicopter. With a pointing device you just click or tap on the target location. To know which letter you have to catch you can either remember it or check the bottom right corner.") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Arrows: move the helicopter") + ("</li></ul>")
0027     credit: ""
0028     section: "reading letters"
0029     createdInVersion: 0
0030 }