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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2017 Aman Kumar Gupta <gupta2140@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "memory-case-association/MemoryCaseAssociation.qml"
0011   difficulty: 2
0012   icon: "memory-case-association/memory-case-association.svg"
0013   author: "Aman Kumar Gupta &lt;gupta2140@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Case association memory game")
0016   //: Help title
0017   description: qsTr("Flip the cards to find the uppercase and lowercase of the same letter.")
0018   //intro: "Match the upper case card with its lower case pair."
0019   //: Help goal
0020   goal: qsTr("Learning lowercase and uppercase letters, memory.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Knowing alphabets.")
0023   //: Help manual
0024   manual: qsTr("Each card is hiding a letter, lowercase or uppercase. You have to match the lowercase and uppercase of the same letter.") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Arrows: navigate") + ("</li><li>") +
0027           qsTr("Space or Enter: flip the selected card") + ("</li></ul>")
0028   credit: ""
0029   section: "reading letters"
0030   createdInVersion: 9000
0031 }