Note names activity plan

Bill Bogstad bogstad at pobox.com
Tue Jul 3 20:30:11 UTC 2018


On Tue, Jul 3, 2018 at 6:12 AM Aman Kumar Gupta <gupta2140 at gmail.com> wrote:
>
> Hi,
>
> We have thought of an idea about implementing the note names activity (which was to be ported from the Gtk+ version to  Qt version).

It looks like you are using letter names for the notes?  Are you aware
that some countries use solfege names (doe, ray, me) with fixed doe
for the naming purposes?  I am not a music expect, so I'm not sure how
to best handle this, but it is worth considering.

Good Luck,
Bill Bogstad

>
> 1. In every level we will have an initial sequence of notes and they will be presented one-by-one. The notes will slide from right of the staff to the left slowly.
>
> 2. The child has to answer all the notes correctly 3 times in a row (explained below).
>
> 3. Suppose we initially had the sequence in the dataset C3 D3 E3 C3 E3 C3 D3 D3 E3. Here C3, E3 and D3 all are in pairs of 3.
>
>     a. So first we present C3 and the user answers it correctly. Now the user only has to correct 2 more C3 consecutively (we will keep the count for every note in the sequence) and the next note in the sequence will be presented.
>     b. Suppose he answers it wrong, we set the count of this note to 0. Then it will be appended at the end in such a manner that the total number of that note in the sequence will be 3. Now the next note in the sequence is D3 and it will be presented.
>     c. Same principle applies for all the notes in the sequence.
>     d. When he answers all the notes correctly 3 times in a row, the level will be over.
>
> We can increase the difficulty level by offering more notes.
>
> Kindly suggest any idea or improvement/feedback on the principle.
>
> Thanks,
> Aman
>
>


More information about the GCompris-devel mailing list