Warning, /education/gcompris/src/activities/memory-math-div-tux/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-math-div-tux/MemoryMathDivTux.qml"
0011   difficulty: 6
0012   icon: "memory-math-div-tux/memory-math-div-tux.svg"
0013   author: "JB BUTET &lt;ashashiwa@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Division memory game against Tux")
0016   //: Help title
0017   description: qsTr("Flip the cards to match a division with its result, playing against Tux.")
0018 //  intro: "Turn over two cards to match the calculation with its answer."
0019   //: Help goal
0020   goal: qsTr("Practice divisions.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Divisions.")
0023   //: Help manual
0024   manual: qsTr("Each card is hiding either a division, or a result. You have to match the divisions with their result.") + ("<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: "math memory arithmetic"
0030   createdInVersion: 0
0031   levels: "1,2,3,4,5,6,7,8,9,10"
0032 }