Warning, /education/gcompris/src/activities/note_names/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  *   Aman Kumar Gupta <gupta2140@gmail.com>
0007  *
0008  * SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import GCompris 1.0
0011 
0012 ActivityInfo {
0013   name: "note_names/NoteNames.qml"
0014   difficulty: 4
0015   icon: "note_names/note_names.svg"
0016   author: "Aman Kumar Gupta &lt;gupta2140@gmail.com&gt;"
0017   //: Activity title
0018   title: qsTr("Name that note")
0019   //: Help title
0020   description: qsTr("Learn the names of the notes, in bass and treble clef.")
0021   //intro: "Identify the note and press the correct piano key"
0022   //: Help goal
0023   goal: qsTr("Develop a good understanding of note position and naming convention. Prepare for the 'Play Piano' and 'Piano Composition' activities.")
0024   prerequisite: ""
0025   //: Help manual
0026   manual: qsTr("Identify the notes correctly and score 100% to complete a level.")
0027   credit: ""
0028   section: "discovery music"
0029   createdInVersion: 9500
0030 }