Reporting Category Student 1 Score Student 2 Score Why
Program Purpose and Function 4/6 4/6
    describes the overall purpose of the program demonstrated in the video
    describes what functionality of the program is demonstrated in the video
    describes the input and output of the program
    describes the overall purpose of the program demonstrated in the video.
    describes what functionality of the program is demonstrated in the video
    describes the input and output of the program
    Video does not even use up half of 1 min and I think there was more to show. Could have demonstrated the classification of other types of triangles. In addition, the person only states what the program does, not what other purpose it can serve so the response could be more detailed
Data Abstraction 6/6 6/6
    one program code that shows how data has been stored in this list (or another collection type).
    one program code 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
    one program code that shows how data has been stored in this list (or another collection type).
    one program code 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
    Very descriptive captions and photos are provided in the writeup
Managing Complexity 5/6 4/6
    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.
    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.
    The list example they provided doesn't actually manage the complexity of the program because it could be replaced and the code would be just as manageable this shows how they used multiple lists to manage a lot of information
Procedural Abstraction 3/6 6/6
    one program code showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure
    one program code 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
    one program code showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure
    one program code 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
Algorithm Implementation 4/6 6/6
    includes a program code segment of a student-developed algorithm that includes sequencing, selection, and iteration
    explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it
    includes a program code segment of a student-developed algorithm that includes sequencing, selection, and iteration explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it
    Code does show the use of conditionals and loops for iteration but theses features are not shown in the video. Video was only 14s long so this is something that could have been demonstrated
Testing 5/6 6/6
    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.
    describes the condition(s) being tested by each call to the procedure.identifies the result of each call
    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.
    describes the condition(s) being tested by each call to the procedure.
    identifies the result of each call