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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 JB BUTET <ashashiwa@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "memory-sound/MemorySound.qml"
0011   difficulty: 2
0012   icon: "memory-sound/memory-sound.svg"
0013   author: "JB BUTET &lt;ashashiwa@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Audio memory game")
0016   //: Help title
0017   description: qsTr("Flip the cards to match the sound pairs.")
0018 //  intro: "Click on an audio card and find its double."
0019   //: Help goal
0020   goal: qsTr("Train your audio memory.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Each card plays a sound when you flip it, and each card has a twin with exactly the same sound. Click on a card to hear its hidden sound, and try to match the twins. You can only flip two cards at once, so you need to remember where a sound is, while you search for its twin. When you flip the twins, they both disappear.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Arrows: navigate") + ("</li><li>") +
0026           qsTr("Space or Enter: flip the selected card") + ("</li></ul>")
0027   credit: ""
0028   section: "discovery memory music"
0029   createdInVersion: 0
0030 }