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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2018 Aman Kumar Gupta <gupta2140@gmail.com>
0004  *
0005  * Authors:
0006  *    Aman Kumar Gupta <gupta2140@gmail.com>
0007  *
0008  * SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import GCompris 1.0
0011 
0012 ActivityInfo {
0013   name: "solar_system/SolarSystem.qml"
0014   difficulty: 5
0015   icon: "solar_system/solar_system.svg"
0016   author: "Aman Kumar Gupta &lt;gupta2140@gmail.com&gt;"
0017   //: Activity title
0018   title: qsTr("Solar system")
0019   //: Help title
0020   description: qsTr("Answer the questions with a correctness of 100%.")
0021   //intro: "Answer the questions presented and get a 100% correctness among the options."
0022   //: Help goal
0023   goal: qsTr("Learn information about the solar system. If you want to learn more about astronomy, try downloading KStars (https://edu.kde.org/kstars/) or Stellarium (https://stellarium.org/) which are astronomy Free Software.")
0024   prerequisite: ""
0025   //: Help manual
0026   manual: qsTr("Click on a planet or on the Sun, and answer the corresponding questions. Each question contains 4 options. One of those is 100% correct. Try to answer the questions until you get 100% in the closeness meter.") + ("<br><br>") +
0027           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0028           qsTr("Arrows: navigate") + ("</li><li>") +
0029           qsTr("Space or Enter: select") + ("</li><li>") +
0030           qsTr("Escape: return to previous screen") + ("</li><li>") +
0031           qsTr("Tab: view the hint (only when the hint icon is visible)") + ("</li></ul>")
0032   credit: ""
0033   section: "sciences experiment"
0034   createdInVersion: 9500
0035 }