C Grade

Directions (C Grade)

  1. Create a new Scratch Program.
  2. Title the project “U4-L4: Pen Drawing Project”.
  3. Create a work of art using the pen blocks.
  4. A C grade should demonstrate your knowledge and ability in at least 2 of the following areas.
        1. Basic use of pen blocks, including use of pen size, color, and movement.
        2. Basic use of User Defined blocks in logical ways to increase efficiency.
        3. Basic use of all Cloning blocks.
        4. Basic use repeat block to increase efficiency.

Example C Grade Projects

Interact and view the programs below to see what an A grade of learning looks like for this Unit.

Circles

This simple program demonstrates knowledge of cloning blocks, and repetition blocks. It fails to show use of multiple pen blocks (like color and size) or user defined blocks.

CircleSquareTriangle

This simple program actually uses user defined blocks for each shape and has repetition blocks in it, but it does not use clone blocks or multiple pen blocks.

Color Square

This very basic square demonstrates a user defined block and multiple pen blocks. It does not use any clone blocks or user defined blocks.