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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2017 Utkarsh Tiwari <iamutkarshtiwari@kde.org>
0004  * SPDX-FileCopyrightText: 2018 Amit Sagtani <asagtani06@gmail.com>
0005  * SPDX-FileCopyrightText: 2020 Timothée Giet <animtim@gmail.com>
0006  *
0007  * SPDX-License-Identifier: GPL-3.0-or-later
0008  */
0009 import GCompris 1.0
0010 
0011 ActivityInfo {
0012   name: "railroad/Railroad.qml"
0013   difficulty: 1
0014   icon: "railroad/railroad.svg"
0015   author: "Utkarsh Tiwari &lt;iamutkarshtiwari@kde.org&gt;"
0016   //: Activity title
0017   title: qsTr("Railroad activity")
0018   //: Help title
0019   description: qsTr("Rebuild the train model at the top of the screen.")
0020   //intro: "Observe the train and then click on the items to set up a similar train"
0021   //: Help goal
0022   goal: qsTr("Memory training.")
0023   prerequisite: ""
0024   //: Help manual
0025   manual: qsTr("A train is displayed for a few seconds. Rebuild it at the top of the screen by dragging the appropriate items. Remove an item from the answer area by dragging it down.") + ("<br><br>") +
0026           qsTr("<b>Keyboard Controls:</b>") + ("<ul><li>") +
0027           qsTr("Arrows: navigate in the sample area and in the answer area") + ("</li><li>") +
0028           qsTr("Space: add an item from the samples to the answer area, or swap two items in the answer area") + ("</li><li>") +
0029           qsTr("Delete or Backspace: remove the selected item from the answer area") + ("</li><li>") +
0030           qsTr("Enter or Return: submit your answer") + ("</li></ul>")
0031   credit: ""
0032   section: "discovery logic"
0033   createdInVersion: 9500
0034 }