D14653: note_names
Johnny Jazeix
noreply at phabricator.kde.org
Sun Aug 12 17:36:12 BST 2018
jjazeix added inline comments.
INLINE COMMENTS
> ActivityInfo.qml:33
> + goal: qsTr("To develop a good understanding of note position and naming convention. To prepare for the piano player and composition activity.")
> + prerequisite: qsTr("None")
> + manual: qsTr("Identify the notes correctly and score a 100% to complete a level.")
just leave it empty if none is needed
> NoteNames.qml:53
> + // If the key pressed matches the note, pass the correct answer as parameter, else pass a wrong answer.
> + if(event.key === Qt.Key_1) {
> + isCorrectKey('C')
you can use a map of <Qt.Key_*, key> to simplify more
> jjazeix wrote in NoteNames.qml:240
> need a translator comment to understand the string
you can just say it's a percentage, translators won't know what is parent.value
> dataset_01.qml:23
> + */
> +import QtQuick 2.1
> +
version
REPOSITORY
R2 GCompris
REVISION DETAIL
https://phabricator.kde.org/D14653
To: amankumargupta, #gcompris_activities
Cc: echarruau, jjazeix, kde-edu, #gcompris_activities, harrymecwan, ganeshredcobra, nityanandkumar, rahulyadav, narvaez, scagarwal, apol, timotheegiet, hkaelberer, bcoudoin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20180812/b1b9aadc/attachment.html>
More information about the kde-edu
mailing list