Week 18 Collegeboard Grading
Grading via CollegeBoard rubrics
Sample 1 | Purpose: 0/1 | Data Abstraction: 0/1 | Managing Complexity: 0/1 | Procedural Abstraction: 0/1 | Algorithm Implementation: 0/1 | Testing: 0/1 | Total Grade: /6 |
---|---|---|---|---|---|---|---|
Sample 2 | Purpose: 1/1 | Data Abstraction: 1/1 | Managing Complexity: 1/1 | Procedural Abstraction: 1/1 | Algorithm Implementation: 1/1 | Testing: 1/1 | Total Grade 6/6 |
Sample 3 | Purpose: 0/1 | Data Abstraction: 1/1 | Managing Complexity: 1/1 | Procedural Abstraction: 1/1 | Algorithm Implementation: 1/1 | Testing: 1/1 | Total Grade: 5/6 |
Sample 4 | Purpose: 0/1 | Data Abstraction: 1/1 | Managing Complexity: 1/1 | Procedural Abstraction: 0/1 | Algorithm Implementation: 0/1 | Testing: 1/1 | Total Grade /6 |
-
Sample 1 Explanation: They only displayed the code working as it should, and not much else. There’s no other complexity or data abstraction on the reports to provie context
-
Sample 2 Explanation: This Submission meets all expectations. The Purpose is well made and detailed, the Abtraction elements and procedures are implemented greatly and are well detailed. Overall shows complexity and detail
-
Sample 3 Explanation: This submission was really well detailed in its procedures and abstraction, however it missed one point for not expressing the purpose of the code
-
Sample 4 Explanation: This code did meet some expectations, but it could have been a lot more thorough and clear with the function of the code.