Warning, /education/gcompris/src/activities/melody/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: "melody/Melody.qml"
0011   difficulty: 2
0012   icon: "melody/melody.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Melody")
0016   //: Help title
0017   description: qsTr("Reproduce a sound sequence.")
0018 // intro: "Listen to the sound sequence played, and reproduce it by clicking on the xylophone's bars"
0019   //: Help goal
0020   goal: qsTr("Ear-training activity.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Move and click the mouse.")
0023   //: Help manual
0024   manual: qsTr("Listen to the sound sequence played, and repeat it by clicking on the xylophone's bars. You can listen again the sound sequence by clicking on the repeat button.")
0025   credit: ""
0026   section: "discovery memory music"
0027   createdInVersion: 5000
0028 }