Warning, /education/gcompris/src/activities/numbers-odd-even/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: "numbers-odd-even/NumbersOddEven.qml"
0011     difficulty: 2
0012     icon: "numbers-odd-even/numbers-odd-even.svg"
0013     author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014     //: Activity title
0015     title: qsTr("Even and odd numbers")
0016     //: Help title
0017     description: qsTr("Move the helicopter to catch the clouds having even or odd numbers.")
0018 //  intro: "Move the helicopter to catch the clouds having even or odd numbers, in the shown order."
0019     //: Help goal
0020     goal: qsTr("Numeration training.")
0021     prerequisite: ""
0022     //: Help manual
0023     manual: qsTr("Catch the clouds with an odd or even number, in the right order. With a keyboard, use the arrow keys to move the helicopter. With a pointing device, just click or tap on the target location. To know which number you have to catch you can either remember it or check the number on the bottom right corner.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Arrows: move the helicopter") + ("</li></ul>")
0026     credit: ""
0027     section: "math numeration"
0028   createdInVersion: 0
0029 }