Sunday, January 13, 2019

Communicate 3 - Feedback

Communicate 3 - Feedback

Create: Choose a standards-based area of study and create an assignment.

Assignment:
  • Take the previous lesson's program. Modify it in the following ways:
  • Create a class out of the car desription
  • Create a second file defining that class
  • Create instances in the main method and print out the information from the instance variables of that class.

Then create a method for assessing student work utilizing one of the mediums discussed in this lesson. Ensure the tool demonstrates an instructor’s employment of effective feedback.

Components
Points
Possible
Points
Earned
Comments include name, date, and purpose of program.
1

Constructor correctly written.
2

Private instance variables declared.
2

Private instance variables initialized.
1

Statement to invoke constructor included.
1

Method headers correctly written including documentation.
2

Individual methods invoked on an object from main() method.
2

All calculations correct.
1

Output formatted with printf().
1

No compiler or runtime errors.
1

Thoughtful PMR included.
1

Total
15


Feedback:
xxx, You did a great job. All required components were present in your program! Mrs Noss

xxx, You did a good job. You were missing some parts to your constructor in your car class. Mrs Noss

xxx, Invoking a Constuctor takes place in the main method of your tester program . Please review my video at XXX and then resubmit your project. Mrs. Noss

XXX, This program would not compile and/or run. Please resubmit after correcting error. If you have questions please email me.  - Mrs. Noss

No comments:

Post a Comment