jakeneggs03 / apcsa-createtask

Created with StackBlitz ⚡️
https://stackblitz.com/edit/apcsa-createtask
0 stars 0 forks source link

Procedural Abstraction #5

Open jakeneggs03 opened 3 years ago

jakeneggs03 commented 3 years ago

The written response: •includes two program code segments:

jakeneggs03 commented 3 years ago

Requirements for program code segments: • The procedure must be student-developed but could be developed collaboratively with a partner. • If multiple procedures are included, use the first procedure to determine whether the point is earned. Do NOT award a point if any one or more of the following is true: • The code segment consisting of the procedure is not included in the written responses section • The procedure is a built-in or existing procedure or language structure, such as an event handler or main method, where the student only implements the body of the procedure rather than defining the name, a return type (if applicable), and parameters. • The written response describes what the procedure does independently without relating it to the overall function of the program.