Warning, /education/gcompris/tools/menus/doubleentry.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Your Name <yy@zz.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "doubleentry/Doubleentry.qml"
0011   difficulty: 2
0012   icon: "doubleentry/doubleentry.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   demo: false
0015   title: qsTr("Double-entry table")
0016   description: qsTr("Drag and Drop the items in the double-entry table")
0017   goal: qsTr("Move the items on the left to their proper position in the double-entry table.")
0018   prerequisite: qsTr("Basic counting skills")
0019   manual: qsTr("Drag and Drop each proposed item on its destination")
0020   credit: ""
0021   section: "/discovery/miscellaneous"
0022 }