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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Thib ROMAIN <thibrom@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "guessnumber/Guessnumber.qml"
0011   difficulty: 3
0012   icon: "guessnumber/guessnumber.svg"
0013   author: "Thib ROMAIN &lt;thibrom@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Guess a number")
0016   //: Help title
0017   description: qsTr("Help Tux escape the cave by finding the hidden number.")
0018 //  intro: "Find out the number by typing a number from the range proposed."
0019   goal: ""
0020   //: Help prerequisite
0021   prerequisite: qsTr("Numbers.")
0022   //: Help manual
0023   manual: qsTr("Read the instructions that give you the range of the number to find. Enter a number in the top right entry box. You will be told if your number is higher or lower than the one to find. Then try again until you find the correct answer. The distance between Tux and the right side of the screen represents how far you are from the number to find. If Tux is over or under the vertical center of the screen, it means your number is over or under the number to find.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Digits: enter a number") + ("</li><li>") +
0026           qsTr("Backspace: erase a number") + ("</li></ul>")
0027   credit: ""
0028   section: "math numeration"
0029   createdInVersion: 0
0030   levels: "1,2,3,4,5"
0031 }