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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2018 Aman Kumar Gupta <gupta2140@gmail.com>
0004  *
0005  * Authors:
0006  *   Beth Hadley <bethmhadley@gmail.com> (GTK+ version)
0007  *   Aman Kumar Gupta <gupta2140@gmail.com> (Qt Quick port)
0008  *
0009  * SPDX-License-Identifier: GPL-3.0-or-later
0010  */
0011 import GCompris 1.0
0012 
0013 ActivityInfo {
0014   name: "play_rhythm/PlayRhythm.qml"
0015   difficulty: 1
0016   icon: "play_rhythm/play_rhythm.svg"
0017   author: "Aman Kumar Gupta &lt;gupta2140@gmail.com&gt;"
0018   //: Activity title
0019   title: qsTr("Play rhythm")
0020   description: ""
0021   //intro: "Click the drum to recreate the rhythm"
0022   //: Help goal
0023   goal: qsTr("Learn to follow a rhythm accurately.")
0024   //: Help prerequisite
0025   prerequisite: qsTr("Simple understanding of musical rhythm.")
0026   //: Help manual
0027   manual: qsTr("Listen to the rhythm played. When you're ready, click on the drum following the same rhythm. If you clicked at correct times, another rhythm is played. If not, you must try again.") + ("<br>") +
0028           qsTr("Odd levels display a vertical line on the staff following the rhythm: click on the drum when the line is in the middle of the notes.") + ("<br>") +
0029           qsTr("Even levels are harder, because there is no vertical line. You must read the notes length and play the rhythm accordingly. You can also click on the metronome to hear the quarter notes as reference.") + ("<br>") +
0030           qsTr("Click on the reload button if you want to replay the rhythm.") + ("<br><br>") +
0031             qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0032             qsTr("Space bar: click on the drum") + ("</li><li>") +
0033             qsTr("Enter or Return: replay the rhythm") + ("</li><li>") +
0034             qsTr("Up and Down: increase or decrease the tempo") + ("</li><li>") +
0035             qsTr("Tab: Start or stop the metronome if it is visible") + ("</li></ul>")
0036   credit: ""
0037   section: "discovery music"
0038   createdInVersion: 9500
0039 }