ahadb63 / ahadsblog

Apache License 2.0
0 stars 0 forks source link

CPT Scoring 1 #10

Open ahadb63 opened 1 year ago

ahadb63 commented 1 year ago

Submission 1

Reporting Category Requirements Student Score College Board Score Comments
Program Purpose and Function
  • - [x] input
  • - [x] program functionality
  • - [x] output
  • - [x] It describes the overall purpose of the program.
  • - [x] describes what functionality of the program is demonstrated in the video.
  • - [x] describes the input and output of the program demonstrated in the video.
1 0 Submission one meets and fits all the requirements in this category. The program is functional, and gives a good description of the whole program
Data Abstraction
  • - [x] It also includes two program code segments:
  • - [x] one that shows how data has been stored in this list (or other collection type).
  • - [x] Also one that shows the data in this same list being used as part of fulfilling the program’s purpose.
  • - [x]It also identifies the name of the variable representing the list being used in this response.
  • - [x] It describes what the data contained in this list is representing in the program.
1 1 Provides code segments and shoes how data is being inputed ans stored. User could have explained code segments a little more.
Managing Complexity
  • - [ ] Also includes a program code segment that shows a list being used to manage complexity in the program.
  • - [ ] explains how the named, selected list manages complexity in the program code by explaining why the program code could not be written, or how it would be written differently, without using this list.
0 0 The submission does not get any points because it doesnt fulfill any of the criteria here
Procedural Abstraction
  • - [x] It includes two program code segments:
  • - [x] one showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
  • - [x] one showing where the student-developed procedure is being called.
  • - [x] It describes what the identified procedure does and how it contributes to the overall functionality of the program.
1 1 The Submission has everything required for this section so they received full points
Algorithmic Implementation
  • - [x] includes a program code segment of a student-developed algorithm that includes
  • - [x] sequencing
  • -[x] selection
  • [x] iteration
  • -[x]explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it.
1 1 Everything is describedand the algorithms are in use and explained well, code segments, sequencing, iteration, and selection are included
Testing
  • - [x] describes two calls to the selected procedure identified in written response 3c. Each call must pass a different argument(s) that causes a different segment of code in the algorithm to execute.
  • -[x] describes the condition(s) being tested by each call to the procedure.
  • -[x] identifies the result of each call.
1 1 The submission fits all the criteria for this part

Student 1 Reflection: The submission receieved 5/6. They had all the neccesary work completed for all the categories but the Managing Complexity section. They missed all the points possible in the managing complexity section becuase they met none of the requirements for that section. My score differs from teh college board score. College Board gave them a 4/6/, they lost points in the first category. The Submission needs to include something like a list so they can gain points for the managing complexity section.

Submission 2

Reporting Category Requirements Student Score College Board Score Comments
Program Purpose and Function
  • - [x] input
  • - [x] program functionality
  • - [x] output
  • - [x] It describes the overall purpose of the program.
  • - [x] describes what functionality of the program is demonstrated in the video.
  • - [x] describes the input and output of the program demonstrated in the video.
1 1 All the requirements are met in this section.
Data Abstraction
  • - [x] It also includes two program code segments:
  • - [x] one that shows how data has been stored in this list (or other collection type).
  • - [x] Also one that shows the data in this same list being used as part of fulfilling the program’s purpose.
  • - [x]It also identifies the name of the variable representing the list being used in this response.
  • - [x] It describes what the data contained in this list is representing in the program.
1 1 The submission has all the requirements met here and they even added comments to the code
Managing Complexity
  • - [x] Also includes a program code segment that shows a list being used to manage complexity in the program.
  • - [x] explains how the named, selected list manages complexity in the program code by explaining why the program code could not be written, or how it would be written differently, without using this list.
1 1 The submission has all the requirements met and there are examples of required items
Procedural Abstraction
  • - [x] It includes two program code segments:
  • - [x] one showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
  • - [x] one showing where the student-developed procedure is being called.
  • - [x] It describes what the identified procedure does and how it contributes to the overall functionality of the program.
1 1 The submission has all the requirements met.
Algorithmic Implementation
  • - [x] includes a program code segment of a student-developed algorithm that includes
  • - [x] sequencing
  • -[x] selection
  • [x] iteration
  • -[x]explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it.
1 1 The submission has all the requirements met
Testing
  • - [x] describes two calls to the selected procedure identified in written response 3c. Each call must pass a different argument(s) that causes a different segment of code in the algorithm to execute.
  • -[x] describes the condition(s) being tested by each call to the procedure.
  • -[x] identifies the result of each call.
1 1 Everything is described well and organized.

Student 2 Reflection: The student had all the requirements that the college board rubric had. College board also scored this submission full points. The student consistenlt provided comments and examples to demonstrate they meet college board standards. In my own work I can use examples or techniques from this subbmission to help make sure I also get full points on my CPT. Using techniques like adding comments and mulitple examples for everything is good because it ensure that no points are missed.