Making this quiz was fairly simple, all I had to keep in mind were what I wanted to implement on the test and how I would record the score if someone picked the wrong answers. On top of my pondering, I also wanted to have a sound based test that would have audio play if you got the question wrong rather than a screen that directed you to whether the question was right or wrong. I used some audio files on my computer to create a yes and no audio. I decided that I would have a subtractive based code to determine one's score, with an initial score of 3, every question that the user gets wrong would subtact a point, therefore making the quiz viable for if you wanted to see the score or not. Either way, the only way to advance to the next question is if the answer selected is correct. I used the OnEvent command for most of it, and then set Screen. I had a lot of fun designing the layout of my quiz. I grabbed a bunch of images from my computer to add some personality to the quiz.

Furthermore, some part that was challenging during the making of the quiz was that recording the score took a longer time than designing the quiz. I had to make the variable x worth 3 and then for every wrong answer, make it so that the variable is lowered by one. I had a lot of fun making this quiz.