Warning, /education/gcompris/src/activities/ordering_chronology/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_chronology/OrderingChronology.qml"
0017     difficulty: 2
0018     icon: "ordering_chronology/ordering_chronology.svg"
0019     author: "Harsh Kumar &lt;hadron43@yahoo.com&gt;"
0020     //: Activity title
0021     title: qsTr("Ordering chronology")
0022     //: Help title
0023     description: qsTr("Arrange the given events in their chronological order.")
0024     //intro: "Arrange the given events in their chronological order."
0025     //: Help goal
0026     goal: qsTr("Can decide chronological order of events.")
0027     //: Help prerequisite
0028     prerequisite: qsTr("Tell a short story.")
0029     //: Help manual
0030     manual: qsTr("You are provided with some images. Drag and drop them to the upper area in their chronological order.")
0031     section: "discovery logic"
0032     createdInVersion: 20000
0033     levels: "1,2,3"
0034     enabled: false
0035 }