Rubric

Keep in mind that 44 students have already been assessed using this rubric. Changing it will affect their evaluations.
Code Evaluation
Code Evaluation
Criteria Ratings Pts
Identified Action Name
The name of the actions used in the line of code (e.g., For loop, assignment, dictionary access, if statement)
threshold: pts
4 pts Full Marks
0 pts No Marks
pts
4 pts
--
Described the Action
A general description of the purpose of the action (e.g., "retrieves the value associated with a key").
threshold: pts
4 pts Full Marks
0 pts No Marks
pts
4 pts
--
Described Flow
The effect that the action has on the flow of the program (e.g., loops, branches)
threshold: pts
4 pts Full Marks
0 pts No Marks
pts
4 pts
--
Described State
The effect that the action has on the state (e.g., updates a value, creates a property)
threshold: pts
4 pts Full Marks
0 pts No Marks
pts
4 pts
--
Avoided Misconceptions
Does not suggest any major misconceptions.
threshold: pts
8 pts Full Marks
0 pts No Marks
pts
8 pts
--