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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Sagar Chand Agarwal <atomsagar@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010     name: "renewable_energy/RenewableEnergy.qml"
0011     difficulty: 4
0012     icon: "renewable_energy/renewable_energy.svg"
0013     author: "Sagar Chand Agarwal &lt;atomsagar@gmail.com&gt;"
0014     //: Activity title
0015     title: qsTr("Renewable energy")
0016     //: Help title
0017     description: qsTr("Tux has come back from fishing on his boat. Bring the electrical system back up so he can have light in his home.")
0018     //intro: "Click on the different stages that go to make up the power supply."
0019     //: Help goal
0020     goal: qsTr("Learn about an electrical system based on renewable energy.")
0021     //: Help manual
0022     manual: qsTr("Click on different active elements: sun, cloud, dam, solar array, wind farm and transformers, in order to reactivate the entire electrical system. When the system is back up and Tux is in his home, push the light button for him. To win you must switch on all the consumers while all the producers are up.")
0023     prerequisite: ""
0024     credit: ""
0025     section: "sciences experiment"
0026     createdInVersion: 5000
0027 }