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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2022 Aastha Chauhan <aastha.chauhan01@gmail.com>
0004  *
0005  * Authors:
0006  *   Aastha Chauhan <aastha.chauhan01@gmail.com>
0007  *   SPDX-License-Identifier: GPL-3.0-or-later
0008  */
0009 import GCompris 1.0
0010 
0011 ActivityInfo {
0012   name: "comparator/Comparator.qml"
0013   difficulty: 2
0014   icon: "comparator/comparator.svg"
0015   author: "Aastha Chauhan &lt;aastha.chauhan01@gmail.com&gt;, Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0016   //: Activity title
0017   title: qsTr("Compare numbers")
0018   //: Help title
0019   description: qsTr("Compare the numbers and choose the corresponding sign.")
0020   //intro: "Select the correct comparator sign for each pair of numbers in the list."
0021   //: Help goal
0022   goal: qsTr("Learn how to compare number values.")
0023   prerequisite: ""
0024   //: Help manual
0025   manual: qsTr("Select a pair of numbers in the list. Then select the correct comparison symbol for this pair. When each line contains a symbol, select the OK button to validate the answers.") + ("<br><br>") +
0026     qsTr("If some answers are incorrect, a cross icon will appear on the corresponding lines. Correct the errors, then select the OK button again.") + ("<br><br>") +
0027     qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0028     qsTr("Up and Down arrows: select a pair of numbers in the list") + ("</li><li>") +
0029     qsTr("Left and Right arrows: select a symbol button") + ("</li><li>") +
0030     qsTr("Space: if a symbol button is selected, enter this symbol") + ("</li><li>") +
0031     qsTr("Return: validate the answers") + ("</li><li>") +
0032     qsTr("&lt;, &gt; or =: enter the corresponding symbol") + ("</li></ul>")
0033   credit: ""
0034   section: "math numeration"
0035   createdInVersion: 30000
0036   levels: "1,2,3,4,5,6,7,8,9,10"
0037 }