Skip to content

Instantly share code, notes, and snippets.

@robfblair
Created May 3, 2012 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robfblair/2582612 to your computer and use it in GitHub Desktop.
Save robfblair/2582612 to your computer and use it in GitHub Desktop.
<project-report>
<project-name>lab5</project-name> **Required
<upload-date>NONE</upload-date> **Required
<upload-updated>NONE</upload-updated> **Required
<due-date>2011-10-20 00:00:00</due-date> **Required
<section-name>W</section-name> **Required
<grader-name>GRADER_Last</grader-name> **Required
<student-info> **Required
<student-name>Barish,David</student-name> **Required
<student-kuid>3450008</student-kuid> **Required
</student-info>
<grade-criteria> **Required
<stacks awarded_pts="7" max_pts="7">None</stacks> **For all of the grade criteria, must have awarded and max pt attributes
<queues awarded_pts="7" max_pts="7">None</queues> **but the element name and number of elements is arbitrary
<linked_lists awarded_pts="10" max_pts="10">For the destructor, you can just call remove(0) while is_empty returns false.</linked_lists>
<command_logic awarded_pts="18" max_pts="18">None</command_logic>
<style_output awarded_pts="9" max_pts="9">None</style_output>
<documentation awarded_pts="9" max_pts="9">None</documentation>
<total awarded_pts="1" max_pts="60">None</total>
</grade-criteria>
<penalty percent="0">None</penalty> **Required
<comments>Great Project </comments> **Required
<!--NO - Not Ready, READY - Ready to send, SENT - Sent to student-->
<email-status>NO</email-status> **Required
</project-report>
Would be nice to box this up in a class with the elements corresponding to attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment