Assessments in module order

Module: Intro to OO

WOD1: Hello Me

Outcomes assessed: Work with automated development tools

Rx: < 3 min Av: 3-5 min Sd: 5-10 min DNF: 11+ min or incorrect

In this exercise, we created a new Java project from scratch in eclipse, printed something, and exported the project & uploaded it to canvas. Overall, an excellent start to the semester!

Module: Defining Classes & Types

WOD2: Rectangle

Outcomes assessed: Writing & using classes

Rx: < 10 min Av: 10-20 min Sd: 20-30 min DNF: 31+ min or incorrect

In this exercise, we created a new Java class, Rectangle, modeled after our Circle & Square classes. We will be writing classes throughout the semester, so we want to practice getting closer to Rx level. We also want to practice precisely following directions.

Module: Using Classes

WOD3: Modifying a class

Outcomes assessed: Writing & using classes

Rx: < 10 min Av: 10-20 min Sd: 20-30 min DNF: 31+ min or incorrect

In this exercise, we updated Rectangle to add support for an outline.

Module: Collections & Control Flow

WOD3: Modifying a class

Outcomes assessed: Writing & using classes

Rx: < 10 min Av: 10-20 min Sd: 20-30 min DNF: 31+ min or incorrect

In this exercise, we updated Rectangle to add support for an outline.