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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Holger Kaelberer <holger.k@elberer.de>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "superbrain/Superbrain.qml"
0011   difficulty: 2
0012   icon: "superbrain/superbrain.svg"
0013   author: "Holger Kaelberer &lt;holger.k@elberer.de&gt;"
0014   //: Activity title
0015   title: qsTr("Super brain")
0016   //: Help title
0017   description: qsTr("Tux has hidden several items. Find them in the correct order.")
0018   //intro: "Find out the right combination of colors. A dot framed in a black square means that you found the correct colour in the correct position, while a dot framed in a white square means it's the correct colour, but in the wrong position."
0019   //: Help goal
0020   goal: qsTr("Tux has hidden several items. Find them in the correct order.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Click on the items until you find what you think is the correct answer. Then, click on the OK button. A black dot means that you found the correct item in the correct position, while a white dot means an item is correct but in the wrong position. At lower levels, Tux also gives you an indication with a black square on correct items in the correct position, and a white square on the correct items in the wrong position. In the levels 4 and 8 an item may be hidden several times.<br/>You can use the right mouse button to flip the items in the opposite order, or the item chooser to directly pick an item from the list. Press two seconds on an item to automatically choose the last item selected in this position. Double click on a previously selected item in your guess history to mark it as 'correct'. Such marked items are automatically selected in your current and future guesses until you un-mark them, by double clicking on them again.")
0024   credit: ""
0025   section: "discovery logic"
0026   createdInVersion: 4000
0027 }