Warning, /education/gcompris/src/activities/path_encoding_relative/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_encoding_relative/PathEncodingRelative.qml"
0010   difficulty: 1
0011   icon: "path_encoding_relative/path_encoding_relative.svg"
0012   author: "Harsh Kumar &lt;hadron43@yahoo.com&gt;"
0013   //: Activity title
0014   title: qsTr("Path encoding relative")
0015   //: Help title
0016   description: qsTr("Move Tux along the path to reach the target.")
0017   //intro: "Use the arrows to move Tux along the path and reach the target."
0018   goal: ""
0019   prerequisite: ""
0020   //: Help manual
0021   manual: qsTr("Use the arrow buttons to move Tux along the path until he reaches the target.") + "<br><br>" +
0022           qsTr("The directions are relative to the current orientation of Tux.") + "<br><br>" +
0023           qsTr("This means that UP moves forward, DOWN moves backward, LEFT moves to the left side of Tux and RIGHT moves to the right side of Tux.") + "<br><br>" +
0024           "<b>" + qsTr("Keyboard controls:") + "</b>" + ("<ul><li>") +
0025           qsTr("Arrows: directions") + ("</li></ul>")
0026   credit: ""
0027   section: "discovery logic"
0028   createdInVersion: 20000
0029   levels: "1,2,3,4"
0030 }