Soham360 / csp-fastpages

MIT License
2 stars 1 forks source link

Performance Task Scoring Submission 4 #24

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 shows the program running smoothly and provides information on the program's function, purpose, inputs, and outputs.
Row 2: Data Abstraction 0 0 The student does not meet the requirement because the program code for a list is included. The purpose of the list is described but not its role in the program.
Row 3: Managing Complexity 0 0 The student does not meet the requirement because a list is included, but it is not utilized to simplify the program. An alternative method is demonstrated, which increases the complexity of the program.
Row 4: Procedural Abstraction 1 1 The student met the requirement because the function, along with its parameter, is included, as well as an example of it being used in the program. Information is provided on the function's purpose and how it impacts the program.
Row 5: Algorithm Implementation 1 1 The student met the requirement because the procedure demonstrated involves iteration and selection, and is relevant to the program. It explains the function of the procedure and how to reproduce it.
Row 6: Testing 1 0 The student met the requirement because two calls are discussed, including the conditions being tested in each call and the outcomes of each call.