Warning, /education/gcompris/src/activities/play_piano/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_piano/PlayPiano.qml"
0015   difficulty: 1
0016   icon: "play_piano/play_piano.svg"
0017   author: "Aman Kumar Gupta &lt;gupta2140@gmail.com&gt;"
0018   //: Activity title
0019   title: qsTr("Play piano")
0020   description: ""
0021   //intro: "Click on the keyboard keys that match the notes that you see and hear"
0022   //: Help goal
0023   goal: qsTr("Understand how the piano keyboard can play music as written on the musical staff.")
0024   //: Help prerequisite
0025   prerequisite: qsTr("Knowledge of musical notation and musical staff.")
0026   //: Help manual
0027   manual: qsTr("Some notes are played on the staff. Click on the keyboard keys matching the notes on the staff.") + ("<br>") +
0028           qsTr("On levels 1 to 5 you will practice treble clef notes and on levels 6 to 10 you will practice bass clef notes.") + ("<br><br>") +
0029             qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0030             qsTr("Space: play") + ("</li><li>") +
0031             qsTr("Digits 1 to 7: white keys") + ("</li><li>") +
0032             qsTr("F2 to F7: black keys") + ("</li><li>") +
0033             qsTr("Backspace or Delete: undo") + ("</li></ul>")
0034   credit: qsTr("The synthesizer original code is from https://github.com/vsr83/miniSynth")
0035   section: "discovery music"
0036   createdInVersion: 9500
0037 }