Hello,
I am not at clear how to tackle this one.
Say the note middle C is played, just once.
Then when the user clicks on a play image a series of notes are played
starting with middle C and the user the user has to say whether the
last sound is the same as the first or different. There are 4 sets of
this.
I can do this easily enough with 4 sets each with the play image and a
same and different image. Call these A, B, C and D. The user clicks
the play image to hear the series of sounds and then on either the
same or the different image.
The difficulty is in how to prevent the user, who when wondering about
the answer to situation A, decides to click the play button for B to
remind him/herself what the note C sounds like.
So, after clicking the play image for A only the same and different
images for A have their onclick events enabled. The play, same and
different images for B, C and D have their onlicks disabled.
On clicking the play image for B the only images for which the onclick
event is enabled are the same and different images for B, etc etc .
Any ideas please!?
Cheers,
Geoff
I am not at clear how to tackle this one.
Say the note middle C is played, just once.
Then when the user clicks on a play image a series of notes are played
starting with middle C and the user the user has to say whether the
last sound is the same as the first or different. There are 4 sets of
this.
I can do this easily enough with 4 sets each with the play image and a
same and different image. Call these A, B, C and D. The user clicks
the play image to hear the series of sounds and then on either the
same or the different image.
The difficulty is in how to prevent the user, who when wondering about
the answer to situation A, decides to click the play button for B to
remind him/herself what the note C sounds like.
So, after clicking the play image for A only the same and different
images for A have their onclick events enabled. The play, same and
different images for B, C and D have their onlicks disabled.
On clicking the play image for B the only images for which the onclick
event is enabled are the same and different images for B, etc etc .
Any ideas please!?
Cheers,
Geoff
Comment