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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2018 Rajat Asthana <rajatasthana4@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "binary_bulb/BinaryBulb.qml"
0011   difficulty: 3
0012   icon: "binary_bulb/binary_bulb.svg"
0013   author: "Rajat Asthana &lt;rajatasthana4@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Binary bulbs")
0016   //: Help title
0017   description: qsTr("This activity helps you to learn the concept of conversion from decimal number system to binary number system.")
0018   //intro: "Turn on the right bulbs to represent the binary of the given decimal number. When you have achieved it, press OK"
0019   //: Help goal
0020   goal: qsTr("To get familiar with the binary number system.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Decimal number system.")
0023   //: Help manual
0024   manual: qsTr("Turn on the right bulbs to represent the binary of the given decimal number. When you have achieved it, press OK.")
0025   credit: ""
0026   section: "sciences experiment"
0027   createdInVersion: 9500
0028 }