Where do I start ? - Creating Musical Note Interval Learning Project

I've created a couple of projects in Hype before that show something on screen when something is clicked but now I want to try a different project.

I want to create a project to help people learn to identify a musical note interval, in a quiz format that keeps score.

Initially I'd just like to be able to play a random sound file (mp3) of a pre recorded musical interval with all 12 options/answers on screen as buttons. When the interval plays the user will need to click on the correct option to get to the next interval.

Each sound that plays needs to be played randomly so an answer pattern can't be learned. It has to be based on listening and identification.

Is this the right forum to ask for advice ? If not I'll happily move the question to somewhere else.

I've tried searching for answers and even asked Chat GPT for a starter, but I'm lost as to where to start.

Other projects I've started with a Photoshop graphic then coded the project to each element, this time might be the same starting point.

Thanks for reading!

Hello. Here's an example with basic minimal functions to start with, initially designed for 5 intervals (you can easily add more):

  • Searches for an interval MP3 file at random
  • Checks whether the answer is correct or incorrect

And as always – there are tons of ways to approach something like this. This would be my way of doing it - kind of... :wink:.

intervals.hype.zip (532.4 KB)

2 Likes