Warning, /education/gcompris/src/activities/path_decoding/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  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "path_decoding/PathDecoding.qml"
0010   difficulty: 1
0011   icon: "path_decoding/path_decoding.svg"
0012   author: "Harsh Kumar &lt;hadron43@yahoo.com&gt;"
0013   //: Activity title
0014   title: qsTr("Path decoding")
0015   //: Help title
0016   description: qsTr("Follow the given directions to help Tux reach the target.")
0017   //intro: "Click on the grid squares following the given directions to help Tux reach the target."
0018   goal: ""
0019   prerequisite: ""
0020   //: Help manual
0021   manual: qsTr("Click on the grid squares to move Tux following the given directions.") + "<br><br>" +
0022           qsTr("The directions are absolute, they do not depend on the current orientation of Tux.")
0023   credit: ""
0024   section: "discovery logic"
0025   createdInVersion: 20000
0026   levels: "1,2,3,4"
0027 }