Scratch Grades

Grades


Assignment:

Your task is to make a Scratch program that will report a letter grade based on the percentage.

Create a variable grade.

Double click the "grade" display to show the scroll bar.

When the green flag is clicked, it should report the following:

A = greater than 90

B = greater than 79 and less than 90

C = greater than 69 and less than 80

D = greater than 59 and less than 70

F = less than 60

MUST HAVE: You MUST tell the student whether they qualify for tutoring. At Crazy High School, students only qualify for tutoring if they have a B or a D. They DO NOT qualify for tutoring if they have an A, a C, or an F.