Skip to content
Phill Conrad edited this page May 5, 2013 · 13 revisions

Welcome to the S13-lab04 wiki!

Sample Rubric as Github Flavored Markdown Table

Here's the raw stuff to copy/paste:

* + o - are indications from Moderator's review
 * o is **ok**, met expectations (no deductions),
 * - **below expectations** (deduction might be made by TA or instructor), 
 * + means **exceeds expectations** 
  * In rare cases, instructor or TA might award points to offset other deductions. No guarantee of this.
 * ? is a flag used by moderators to raise a **question** for the TA to investigate further
* Poss: Possible Points
* Pts: Points Awarded (only filled in by TA or Instructor, NOT by moderator)

| Item | +o?- | Poss | Pts | Summary | Comments  
|------|-------|------|-----|-------------|-----------
| M1   |       |  5   |     | Forum post  |
| M2   |       |  5   |     | Forking     |
| M3   |       |  5   |     | Subdir      |
| M4   |       |  5   |     | Files appear|
| M5   |       |  5   |     | pull req    |
| M6   |      |  30  |     | TDD in log  | 
| M7   |      |  30  |     | Gen, ontime | 
| **Item** | **+o?-**| **Poss** | **Pts** | **Summary** | **Comments**  
| B0   |       |  30  |     | javadoc   |
| B1   |       |  10  |     | no-arg constructor    |
| B2   |       |  10  |     | 2-arg constructor    |
| B3   |       |  40  |     | getters/setters|
| B4   |       |  10  |     | toString    |
| B5   |       |  10  |     | equals  |
| B6   |       |  5   |     | main | 
| **Item** | **+o?-**| **Poss** | **Pts** | **Summary** | **Comments**  
| T0   |       |  15  |     | javadoc   |
| T1   |       |  10  |     | no-arg constructor    |
| T2   |       |  10  |     | 2-arg constructor    |
| T3   |       |  40  |     | getters/setters|
| T4   |       |  10  |     | toString    |
| T5   |       |  10  |     | equals  |

Here's what it looks like when formated:

    • o - are indications from Moderator's review
  • o is ok, met expectations (no deductions),
    • below expectations (deduction might be made by TA or instructor),
    • means exceeds expectations
  • In rare cases, instructor or TA might award points to offset other deductions. No guarantee of this.
  • ? is a flag used by moderators to raise a question for the TA to investigate further
  • Poss: Possible Points
  • Pts: Points Awarded (only filled in by TA or Instructor, NOT by moderator)
Item +o?- Poss Pts Summary Comments
M1 5 Forum post
M2 5 Forking
M3 5 Subdir
M4 5 Files appear
M5 5 pull req
M6 30 TDD in log
M7 30 Gen, ontime
Item +o?- Poss Pts Summary Comments
B0 30 javadoc
B1 10 no-arg constructor
B2 10 2-arg constructor
B3 40 getters/setters
B4 10 toString
B5 10 equals
B6 5 main
Item +o?- Poss Pts Summary Comments
T0 15 javadoc
T1 10 no-arg constructor
T2 10 2-arg constructor
T3 40 getters/setters
T4 10 toString
T5 10 equals
Clone this wiki locally