Question

Question
Molly is building a check-in app in Scratch. If she wants the app to move to step 3 once a user has completed step 2 in a process, what type of block would she use in her script?

(1 point)
Responses

byte

byte

function

function

looks

Answers

GPT-4o mini
In Scratch, if Molly wants the app to move to step 3 once a user has completed step 2, she would typically use a **broadcast** block to signal that step 2 is complete, which would trigger the next part of the script to move to step 3. However, among the options you've provided, the closest would be a **function**, as it can represent a specific block of code or command to be executed when a condition is met.

If the answer options were "broadcast" or similar, that would have been more directly relevant. The correct answer from your list would be "function," assuming it's the only relevant choice provided.