Question: For assignment 1, your task is to tell an interactive story (be it a game or other interactive means of telling a story) that celebrates
For assignment 1, your task is to tell an interactive story (be it a game or other interactive means of telling a story) that celebrates and/or highlights an aspect of your life that you would like to share with others. Interactive is the keyword, in that your Scratch program must involve the user in some way. While the format, subject, and style are up to you, there are some technical requirements that we ask your program to fulfill: a. At least one if control block (with a single condition) b. At least one if control block (with multiple conditions using OR) c. At least one if/else control block (with a single condition) d. At least one nested if/else control block (with at least two if/else control blocks and a single condition for each if statement) e. At least one if/else control block (with multiple conditions using AND) f. At least one if/else control block (with multiple conditions using OR) g. At least one if/else control block (with at least one AND and one OR) h. At least one use of a repeat block i. At least one use of a repeat until block (with a single condition) j. At least one use of a repeat until block (with multiple conditions using OR) k. At least one use of a repeat until block (with multiple conditions using AND) Each of these conditions must appear separately and should be clearly labeled with a comment in your program. For instance, a block like this: counts as either satisfying condition (j) or condition ( k ) but not both. In other words, there should be at least 11 control structures in your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
