6
The Final Score Page on Scratch By: Sujinna

Final score page scratch

Embed Size (px)

Citation preview

Page 1: Final score page  scratch

The Final Score Page on Scratch

By: Sujinna

Page 2: Final score page  scratch

Hidden Score Variable:There is a variable called “score”, if it is ticked, the score box will show in the scratch project. Because it is not ticked, it means that it is hidden.

Page 3: Final score page  scratch

Scripts that determine if answer is correct or not

As seen, there are scripts which determines whether the answer is correct or incorrect. If answer is correct, ‘true’ is broadcasted. If the answer is incorrect, ‘false’ is broadcasted.

Page 4: Final score page  scratch

True and False Broadcast

When the answer is correct, true is broadcasted. As seen, it says ‘when I receive true’, ‘change score by 1’. This adds 1 to the hidden variable score.

Page 5: Final score page  scratch

Final Score Page

The scripts which are used to determine the final score page is seen on the left. If the score equals __, change the costume to costume ____.

Page 6: Final score page  scratch

Costumes

As seen, there are multiple costumes. Each say the score from 1/10 to 10/10. Depending on what the score is, the costumes would change accordingly. If the score is 7, it would switch to costume 7/1 which says: “score = 7/10”