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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2021 Harsh Kumar <hadron43@yahoo.com>
0004  *
0005  * Authors:
0006  *   Harsh Kumar <hadron43@yahoo.com>
0007  *   Emmanuel Charruau <echarruau@gmail.com>
0008  *   Timothée Giet <animtim@gmail.com>
0009  *
0010  *   SPDX-License-Identifier: GPL-3.0-or-later
0011  */
0012 import GCompris 1.0
0013 
0014 ActivityInfo {
0015     name: "ordering_numbers/OrderingNumbers.qml"
0016     difficulty: 2
0017     icon: "ordering_numbers/ordering_numbers.svg"
0018     author: "Rudra Nil Basu &lt;rudra.nil.basu.1996@gmail.com&gt;, Emmanuel Charruau &lt;echarruau@gmail.com&gt;, Harsh Kumar &lt;hadron43@yahoo.com&gt;"
0019     //: Activity title
0020     title: qsTr("Ordering numbers")
0021     //: Help title
0022     description: qsTr("Arrange the given numbers in ascending or descending order as requested.")
0023     //: intro: "Arrange the numbers in the correct order."
0024     //: Help goal
0025     goal: qsTr("Compare numbers.")
0026     //: Help prerequisite
0027     prerequisite: qsTr("Counting.")
0028     //: Help manual
0029     manual: qsTr("You are provided with some numbers. Drag and drop them to the upper area in ascending or descending order as requested.")
0030     section: "math numeration"
0031     createdInVersion: 20000
0032     levels: "1,2,3,4,5,6,7,8"
0033 }