
https://scratch.mit.edu/projects/159835682/#editor
From the video I was able to learn many things. one included the fact of broadcasting a message that is not in the program. I also learned how to use the answer in order to define if its right or wrong. Also I learned how to move from one question to another one just by programming it. I learned how to play different background songs to change if the question is right or wrong.
In this activity I used many function. Some of these functions include the broadcast function. I used the broadcast function by inputting it into another message. By this I mean, I used it in order to program a message to computer to move it from one order to another. So for example I used it by broadcasting the message that the user inputted the wrong answer and/or to program the next question to appear right away if correct.
Along with broadcasting functions I was able to use conditional statements. In this program I also used conditional statements in order to decide if the user can move on to the next question. So what I did was that I would use conditional statements to see if the user got the right answer. if yes than a happy message will appear but if not than a sad one would appear.
Due to this program being about sequence and having if statements, its like a flowchart. A flowchart is like a diagram in which allows you to do something in both occasion. By this I mean that you still have a no chance than you still have a chance of doing something over ans over again until you finish something. In a flowchart there are many states and along with he states there are many shapes. Some of these basic shapes include rectangle, circle, and a diamond.
Also, in this program we used many different and new blocks. One of these blocks include the when I receive …. block. This block purpose is to send a message assigned when it is asked. So whenever I wanted to send a message to the user and lets say it was a sad one I would just input the block to program the sad message when it is not equal to the answer set. So it works by setting a trigger and when the trigger is pulled than that’s when it will ” come through”.