Soham360 / csp-fastpages

MIT License
2 stars 1 forks source link

Performance Task Scoring Submission 1 #28

Open Soham360 opened 1 year ago

Soham360 commented 1 year ago

Program Purpose and Function

Data Abstraction

Managing Complexity

Procedural Abstraction

Algorithm Implementation

Testing

Reporting Category Student Score College Board Score Comments
Row 1: Program Purpose and Function 1 1 The student met the requirement because the video demonstrates the program but could have included more examples. Despite its brevity, the video effectively explains the program's purpose and operation, including specific inputs and outputs.
Row 2: Data Abstraction 0 0 The student does not meet the requirement because the response presents two code segments, one containing a list of options for the game and the other displaying the conditional statements required for the game to function. However, the second segment doesn't utilize the list from the first one. The programmer also provides the name of the list and its significance in the overall program.
Row 3: Managing Complexity 1 0 The student met the requirement because the response details that the program could have been composed in a more complex manner if the RPS list had not been used.
Row 4: Procedural Abstraction 0 0 The student does not meet the requirement because the response includes all necessary code segments, but it doesn't describe how the method relates to the program's overall goal.
Row 5: Algorithm Implementation 1 1 The student met the requirement because the response presents an algorithm that incorporates selection, iteration and sequencing, and it describes it in a clear and easy to replicate manner. It meets the criteria.
Row 6: Testing 0 0 The student does not meet the requirement because the two conducted tests were done thoroughly and well-explained, covering relevant conditions.