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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "explore_world_music/ExploreWorldMusic.qml"
0011   difficulty: 4
0012   icon: "explore_world_music/explore_world_music.svg"
0013   author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Explore world music")
0016   //: Help title
0017   description: qsTr("Learn about the music of the world.")
0018   // intro: "Click on the suitcases to learn about music from around the world."
0019   //: Help goal
0020   goal: qsTr("Develop a better understanding of the variety of music present in the world.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("There are three levels in this activity.") + ("<br><br>") +
0024           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>") +
0025           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>") +
0026           qsTr("In the third level, you must select the location that matches the text description on the screen.")
0027   credit: qsTr("Images from https://commons.wikimedia.org/wiki, https://archive.org") + ("<ul><li>") +
0028           ('"Onalaska-Practice6" by Tom Harpel (https://commons.wikimedia.org/wiki/File:Onalaska-Practice6.jpg), CC BY 2.0') + ("</li><li>") +
0029           ('"Australia Aboriginal Culture 009" by Steve Evans (https://commons.wikimedia.org/wiki/File:Australia_Aboriginal_Culture_009.jpg), CC BY 2.0') + ("</li><li>") +
0030           ('"Lunny irvine o flynn glackin" by candyschwartz (https://commons.wikimedia.org/wiki/File:Lunny_irvine_o_flynn_glackin.jpg), CC BY 2.0') + ("</li><li>") +
0031           ('"08-rock-n-roll" by Karel Schmiedberger (https://commons.wikimedia.org/wiki/File:08-rock-n-roll.ogg), CC BY 3.0') + ("</li><li>") +
0032           ('"The Wind that Shakes the Barley" by peakfiddler (https://commons.wikimedia.org/wiki/File:The_Wind_that_Shakes_the_Barley.ogg), CC BY 3.0') + ("</li></ul>")
0033   section: "discovery music"
0034   createdInVersion: 0
0035 }