Warning, /education/gcompris/src/activities/ordering_sentences/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_sentences/OrderingSentences.qml"
0016     difficulty: 2
0017     icon: "ordering_sentences/ordering_sentences.svg"
0018     author: "Harsh Kumar &lt;hadron43@yahoo.com&gt;, Emmanuel Charruau &lt;echarruau@gmail.com&gt;"
0019     //: Activity title
0020     title: qsTr("Ordering sentences")
0021     //: Help title
0022     description: qsTr("Arrange the given words to form a meaningful sentence.")
0023     //intro: "Arrange the given words to form a meaningful sentence."
0024     //: Help goal
0025     goal: qsTr("Order words to form meaningful sentences.")
0026     //: Help prerequisite
0027     prerequisite: qsTr("Reading.")
0028     //: Help manual
0029     manual: qsTr("You are provided with some words. Drag and drop them to the upper area to form a meaningful sentence.")
0030     section: "reading words"
0031     createdInVersion: 20000
0032     levels: "1,2"
0033 }