0% found this document useful (0 votes)
3 views

Programming a Question Activity Sheet - 2 Star

The document provides a step-by-step guide for programming a short quiz using Scratch, focusing on selection, duplication, and sequencing. It outlines how to start the algorithm with an Events block, ask questions using Sensing blocks, and create conditional statements with Control blocks. Additionally, it explains how to use Operators blocks for answers and display outcomes based on user input.

Uploaded by

tr.myathirilwin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Programming a Question Activity Sheet - 2 Star

The document provides a step-by-step guide for programming a short quiz using Scratch, focusing on selection, duplication, and sequencing. It outlines how to start the algorithm with an Events block, ask questions using Sensing blocks, and create conditional statements with Control blocks. Additionally, it explains how to use Operators blocks for answers and display outcomes based on user input.

Uploaded by

tr.myathirilwin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Programming a Question

To be able to use selection, duplication and sequencing to create a short quiz.

Use the useful blocks provided to create an algorithm for a question.


Look at how some blocks have a white, editable section to create new questions and
answers.

1. How do I start the 2. How do I ask a question?


algorithm? A new coding block is needed to ask a
question. Use a Sensing block for this.
Start with an Events block so that Remember to type in the multiplication
when the green flag is clicked, the quiz question in the editable space.
can start.

3. How do I create a
conditional statement?

A Control block will need to be added


underneath the question block to begin
the conditional statement.

Computing | Coding with Scratch: Questions and Quizzes | A Short Quiz | Lesson 2 visit twinkl.com
Programming a Question
To be able to use selection, duplication and sequencing to create a short quiz.

4. How do I add an Operators block?

Select a hexagonal Operators block and


nest the answer block inside the blank
space on the left. Then, nest the completed
block inside the Control block. Make sure
you have typed in the correct answer to
your question.

5. How do I create the outcomes?

Add two Looks blocks inside the Control block.

Challenge:
Can you use a Looks block to ask some open questions for the host to ask before the
quiz begins?

Computing | Coding with Scratch: Questions and Quizzes | A Short Quiz | Lesson 2 visit twinkl.com
Programming a Question
To be able to use selection, duplication and sequencing to create a short quiz.

I can:

start a quiz by using an Events block;

type a question into an ask block;

use a conditional if…then…else… block;

insert an Operators block to set the correct answer;

display a message to congratulate players when they type the correct answer;

display a message to let players know they have typed the incorrect answer.

Computing | Coding with Scratch: Questions and Quizzes | A Short Quiz | Lesson 2 visit twinkl.com

You might also like