Warning, /sdk/licensedigger/autotests/testdata/GPL-3.0-or-later/GCompris_https.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * Copyright (C) 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * This program is free software; you can redistribute it and/or modify
0006  * it under the terms of the GNU General Public License as published by
0007  * the Free Software Foundation; either version 3 of the License, or
0008  * (at your option) any later version.
0009  *
0010  * This program is distributed in the hope that it will be useful,
0011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0013  * GNU General Public License for more details.
0014  *
0015  * You should have received a copy of the GNU General Public License
0016  * along with this program; if not, see <https://www.gnu.org/licenses/>.
0017  */
0018 import GCompris 1.0
0019 
0020 ActivityInfo {
0021   name: "advanced_colors/AdvancedColors.qml"
0022   difficulty: 6
0023   icon: "advanced_colors/advanced_colors.svg"
0024   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0025   //: Activity title
0026   title: qsTr("Advanced colors")
0027   //: Help title
0028   description: qsTr("Select the butterfly of the correct color.")
0029   //intro: "click on the required color"
0030   //: Help goal
0031   goal: qsTr("Learn to recognize unusual colors.")
0032   //: Help prerequisite
0033   prerequisite: qsTr("Can read.")
0034   //: Help manual
0035   manual: qsTr("You will see dancing butterflies of different colors and a question. You have to find the correct butterfly and touch it.") + ("<br><br>") +
0036           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0037           qsTr("Arrows: navigate") + ("</li><li>") +
0038           qsTr("Space or Enter: select an item") + ("</li></ul>")
0039   credit: ""
0040   section: "reading colors vocabulary"
0041   createdInVersion: 0
0042 }