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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "colors/Colors.qml"
0011   difficulty: 1
0012   icon: "colors/colors.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Colors")
0016   //: Help title
0017   description: qsTr("Click on the right color.")
0018 //  intro: "Click on the right color"
0019   //: Help goal
0020   goal: qsTr("This activity teaches you to recognize different colors.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Identifying colors.")
0023   //: Help manual
0024   manual: qsTr("Listen to the color and click on the matching duck.") + ("<br><br>") +
0025           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026           qsTr("Arrows: navigate") + ("</li><li>") +
0027           qsTr("Space or Enter: select an answer") + ("</li><li>") +
0028           qsTr("Tab: repeat the question") + ("</li></ul>")
0029   credit: ""
0030   section: "reading color vocabulary"
0031   createdInVersion: 0
0032 }