1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7import GCompris 1.0
8
9ActivityInfo {
10  name: "melody/Melody.qml"
11  difficulty: 2
12  icon: "melody/melody.svg"
13  author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
14  //: Activity title
15  title: qsTr("Melody")
16  //: Help title
17  description: qsTr("Reproduce a sound sequence.")
18// intro: "Listen to the sound sequence played, and reproduce it by clicking on the xylophone's bars"
19  //: Help goal
20  goal: qsTr("Ear-training activity.")
21  //: Help prerequisite
22  prerequisite: qsTr("Move and click the mouse.")
23  //: Help manual
24  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.")
25  credit: ""
26  section: "discovery memory music"
27  createdInVersion: 5000
28}
29