Warning, /education/gcompris/src/activities/ordering_alphabets/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 
0013 import GCompris 1.0
0014 
0015 ActivityInfo {
0016     name: "ordering_alphabets/OrderingAlphabets.qml"
0017     difficulty: 2
0018     icon: "ordering_alphabets/ordering_alphabets.svg"
0019     author: "Rudra Nil Basu &lt;rudra.nil.basu.1996@gmail.com&gt;, Harsh Kumar &lt;hadron43@yahoo.com&gt;"
0020     //: Activity title
0021     title: qsTr("Ordering letters")
0022     //: Help title
0023     description: qsTr("Arrange the given letters in alphabetical order or in reverse alphabetical order as requested.")
0024     //intro: "Arrange the letters in the correct order."
0025     //: Help goal
0026     goal: qsTr("Learn the alphabetical order.")
0027     //: Help prerequisite
0028     prerequisite: qsTr("Reading.")
0029     //: Help manual
0030     manual: qsTr("You are provided with some letters. Drag and drop them to the upper area in alphabetical order or in reverse alphabetical order as requested.")
0031     section: "reading letters"
0032     createdInVersion: 20000
0033     levels: "1,2,3,4,5,6"
0034 }