Warning, /education/gcompris/src/activities/analog_electricity/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2020 Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "analog_electricity/AnalogElectricity.qml"
0011 difficulty: 6
0012 icon: "analog_electricity/analog_electricity.svg"
0013 author: "Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Analog electricity")
0016 //: Help title
0017 description: qsTr("Create and simulate an analog electric schema.")
0018 //intro: "Learn how analog electricity works and create your own circuit."
0019 //: Help goal
0020 goal: qsTr("Create an analog electric schema with a real time simulation.")
0021 //: Help prerequisite
0022 prerequisite: qsTr("Requires some basic understanding of the concept of electricity.")
0023 //: Help manual
0024 manual: qsTr("Drag electrical components from the selector and drop them in the working area. In the working area, you can move the components by dragging them.") + " " + qsTr("To delete a component or wire, select the deletion tool on top of the component selector, and select the component or wire.") + " " + qsTr("You can click on the component and then on the rotate buttons to rotate it or on the info button to get information about it.") + " " + qsTr("You can click on the switch to open and close it. Likewise, you can change the rheostat value by dragging its slider.") + " " + qsTr("To connect two terminals, click on the first terminal, then on the second terminal. To deselect a terminal, click on any empty area.") + " " + qsTr("For repairing a broken bulb or LED, click on it after disconnecting it from the circuit. The simulation is updated in real time by any user action.")
0025 credit: qsTr("The electric simulation engine is from edX: ") +
0026 "<https://github.com/edx/edx-platform/blob/master/common/lib/xmodule/xmodule/js/src/capa/schematic.js>."
0027 section: "sciences experiment"
0028 createdInVersion: 10000
0029 }