1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7import GCompris 1.0
8
9ActivityInfo {
10  name: "explore_world_music/ExploreWorldMusic.qml"
11  difficulty: 4
12  icon: "explore_world_music/explore_world_music.svg"
13  author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
14  //: Activity title
15  title: qsTr("Explore world music")
16  //: Help title
17  description: qsTr("Learn about the music of the world.")
18  // intro: "Click on the suitcases to learn about music from around the world."
19  //: Help goal
20  goal: qsTr("Develop a better understanding of the variety of music present in the world.")
21  //: Help prerequisite
22  prerequisite: ""
23  //: Help manual
24  manual: qsTr("There are three levels in this activity.") + ("<br><br>") +
25          qsTr("In the first level, enjoy exploring music from around the world. Click on each suitcase to learn about the music from that area, and listen to a short sample. Study well, because you will be tested in level 2 and 3.") + ("<br><br>") +
26          qsTr("In the second level you will hear a sample of music, and you must select the location that corresponds to this music. Click on the play button if you'd like to hear the music again.") + ("<br><br>") +
27          qsTr("In the third level, you must select the location that matches the text description on the screen.")
28  credit: qsTr("Images from https://commons.wikimedia.org/wiki, https://archive.org")
29  section: "discovery music"
30  createdInVersion: 0
31}
32