Submission 1

Category Requirements Student Score Collegeboard Score
Program Purpose and Function ☑Input
Program functionality
☑Output Describes the overall purpose of the program.
☒Describes what functionality of the program is demonstrated in the video.
☑Describes the input and output of the program demonstrated in the video.
0 0
Data Abstraction ☑Program code segment that shows how data has been stored in this list.
☑Program code segment that shows the data in this same list being used as part of fulfilling the program’s purpose.
☑Identifies the name of the variable representing the list being used in this response.
☑Describes what the data contained in this list is representing in the program.
1 1
Managing Complexity ☒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
Procedural Abstraction ☑Program code segment showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
☑Program code segment showing where the student-developed procedure is being called.
Describes what the identified procedure does and how it contributes to the overall functionality of the program.
1 1
Algorithm Implementation ☑Sequencing
☒Selection
☒Iteration
☒Explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it.
0 0
Testing ☑Describes two calls to the selected procedure identified in written response 3c.
☑Each call must pass a different argument that causes a different segment of code in the algorithm to execute.
☑Describes the condition being tested by each call to the procedure. Identifies the result of each call.
1 0

Comment

My scores are similar to the college board score except for the last one. I thought the student describe calls to the procedure in his code but he doesn't.

Submission 2

Category Requirements Student Score Collegeboard Score
Program Purpose and Function ☑Input
☑Program functionality
☑Output Describes the overall purpose of the program.
☑Describes what functionality of the program is demonstrated in the video.
Describes the input and output of the program demonstrated in the video.
1 1
Data Abstraction ☑Program code segment that shows how data has been stored in this list.
☑Program code segment that shows the data in this same list being used as part of fulfilling the program’s purpose.
☑Identifies the name of the variable representing the list being used in this response.
☑Describes what the data contained in this list is representing in the program.
1 1
Managing Complexity ☑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
1 1
Procedural Abstraction ☑Program code segment showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
☑Program code segment showing where the student-developed procedure is being called.
☑Describes what the identified procedure does and how it contributes to the overall functionality of the program.
1 1
Algorithm Implementation ☑Sequencing
☑Selection
☑Iteration
☑Explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it.
1 1
Testing ☑Describes two calls to the selected procedure identified in written response 3c.
☑Each call must pass a different argument that causes a different segment of code in the algorithm to execute.
☑Describes the condition being tested by each call to the procedure. ☑Identifies the result of each call.
1 1

Comment

All criteria met.

Submission 3

Category Requirements Student Score Collegeboard Score
Program Purpose and Function ☑Input
☑Program functionality
☑Output Describes the overall purpose of the program.
☑Describes what functionality of the program is demonstrated in the video.
☑Describes the input and output of the program demonstrated in the video.
1 1
Data Abstraction ☑Program code segment that shows how data has been stored in this list.
☑Program code segment that shows the data in this same list being used as part of fulfilling the program’s purpose.
☑Identifies the name of the variable representing the list being used in this response.
☑Describes what the data contained in this list is representing in the program.
1 1
Managing Complexity ☑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
1 1
Procedural Abstraction ☒Program code segment showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
☑Program code segment showing where the student-developed procedure is being called.
Describes what the identified procedure does and how it contributes to the overall functionality of the program.
0 1
Algorithm Implementation ☑Sequencing
☑Selection
☑Iteration
☑Explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it.
1 1
Testing ☑Describes two calls to the selected procedure identified in written response 3c.
☑Each call must pass a different argument that causes a different segment of code in the algorithm to execute.
☑Describes the condition being tested by each call to the procedure. Identifies the result of each call.
1 1

Comment

For the procedural abstraction, I didn't spotted any parameters in his response.

Submission 4

Category Requirements Student Score Collegeboard Score
Program Purpose and Function ☑Input
☒Program functionality
Output Describes the overall purpose of the program.
☑Describes what functionality of the program is demonstrated in the video.
☑Describes the input and output of the program demonstrated in the video.
0 0
Data Abstraction ☑Program code segment that shows how data has been stored in this list.
☑Program code segment that shows the data in this same list being used as part of fulfilling the program’s purpose.
☑Identifies the name of the variable representing the list being used in this response.
☑Describes what the data contained in this list is representing in the program.
1 1
Managing Complexity ☒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 1
Procedural Abstraction ☑Program code segment showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
☑Program code segment showing where the student-developed procedure is being called.
☑Describes what the identified procedure does and how it contributes to the overall functionality of the program.
1 1
Algorithm Implementation ☑Sequencing
☑Selection
☑Iteration
☑Explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it.
1 1
Testing ☑Describes two calls to the selected procedure identified in written response 3c.
☑Each call must pass a different argument that causes a different segment of code in the algorithm to execute.
☑Describes the condition being tested by each call to the procedure. Identifies the result of each call.
1 1

Comment

I didn't saw list used in his code.

Reflection

My score and college score are very similar for most of the submissions. I need to improve my understanding to vocabularies like perimeter and implantation to understand how grading are done by college board.