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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Pulkit Gupta <pulkitgenius@gmail.com>
0004  *
0005  * Authors:
0006  *   Pulkit Gupta <pulkitgenius@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 
0011 import GCompris 1.0
0012 
0013 ActivityInfo {
0014   name: "chronos/Chronos.qml"
0015   difficulty: 1
0016   icon: "chronos/chronos.svg"
0017   author: "Pulkit Gupta &lt;pulkitgenius@gmail.com&gt;"
0018   //: Activity title
0019   title: qsTr("Chronos")
0020   //: Help title
0021   description: qsTr("Drag and Drop the items to organize the story.")
0022 //  intro: "Slide the pictures into the order that tells the story"
0023   //: Help goal
0024   goal: qsTr("Sort the pictures into the order that tells the story.")
0025   //: Help prerequisite
0026   prerequisite: qsTr("Tell a short story.")
0027   //: Help manual
0028   manual: qsTr("Pick the pictures on the side and put them on the dots in the right order.") + " " + qsTr("Then, click on the OK button to validate your answer.")
0029   credit: qsTr("Moon photo is copyright NASA. The transportation images are copyright Franck Doucet. Dates of Transportation are based on those found in &lt;https://www.wikipedia.org&gt;.")
0030   section: "sciences history"
0031   createdInVersion: 4000
0032   levels: "1,2"
0033 }