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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Pulkit Gupta <pulkitnsit@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "digital_electricity/DigitalElectricity.qml"
0011   difficulty: 6
0012   icon: "digital_electricity/digital_electricity.svg"
0013   author: "Pulkit Gupta &lt;pulkitnsit@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Digital electricity")
0016   //: Help title
0017   description: qsTr("Create and simulate a digital electric schema.")
0018   //intro: "Learn how digital electronics work and create your own circuit."
0019   //: Help goal
0020   goal: qsTr("Create a digital electric schema with a real time simulation of it.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Requires some basic understanding of the concept of digital electronics.")
0023   //: Help manual
0024   manual: qsTr("Drag electrical components from the side bar and drop them in the working area.") + ("<ul><li>") +
0025           qsTr("To connect two terminals with a wire, click on a first terminal, then on a second terminal.") + ("</li><li>") +
0026           qsTr("The simulation is updated in real time by any user action.") + ("</li><li>") +
0027           qsTr("In the working area, you can move the components by dragging them.") + ("</li><li>") +
0028           qsTr("In the side bar, you can click on the tool icon to access the tool menu.") + ("</li><li>") +
0029           qsTr("To delete a component or a wire, select the delete tool (cross icon) from the tool menu, and click on the component or on the wire you want to delete.") + ("</li><li>") +
0030           qsTr("To deselect a terminal or the delete tool, click on any empty area.") + ("</li><li>") +
0031           qsTr("You can rotate the selected component using the rotate buttons (circle arrow icons) from the tool menu.") + ("</li><li>") +
0032           qsTr("You can read information about the selected component using the info button (i icon) from the tool menu.") + ("</li><li>") +
0033           qsTr("You can zoom in or out the working area using the + and - keys, using the zoom buttons from the tool menu, or using pinch gestures on a touchscreen.") + ("</li><li>") +
0034           qsTr("You can pan the working area by clicking on an empty area and dragging it.") + ("</li><li>") +
0035           qsTr("You can click on a switch component to open and close it.") + ("</li></ul>")
0036   credit: ""
0037   section: "sciences experiment"
0038   createdInVersion: 9000
0039 }