nighthawkcoders / student

MIT License
1 stars 163 forks source link

Individual Review AP Classroom Requirements #126

Open Ishraqh1 opened 4 months ago

Ishraqh1 commented 4 months ago

We used multiple list functions within our code that is a requirement with AP College Board. Lists were used mostly within the backend, where each of our variables for our file were stored to then be fetched when they were pulled to the frontend. For example, in our third issue we used lists to display the data points of each of our inputs like the player number, and their stats like how many goals they scored and assists they recorded. Return functions were used a lot in our code which is another AP College Board requirement. Something we used it a lot for is when we had to return a response from pulling the data from the backend that shows the players stats. If the return response creates an error it won’t produce the data, but if it does then it prints in the table below and is saved to the database. This code is shown within my video. I showed each requirement below. The code for each requirement is below.

Instructions for input from one of the following: the user, a device, an online datas stream, a file.

Screenshot 2024-03-01 at 9 07 15 AM

Use of at least one list (or other collection type) to represent a collection of data that is stored and used to manage program complexity and help fulfill the users purpose

Screenshot 2024-03-01 at 9 11 11 AM

At least one procedure that contributed to the program’s intended purpose where you have defined: the name, return type, one or more parameters:

Screenshot 2024-03-01 at 9 12 06 AM

An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure

Screenshot 2024-03-01 at 9 08 13 AM

Calls to your student-developed prodcedure:

Screenshot 2024-03-01 at 9 13 32 AM

Instructions for output (tactile, audible, visual, or ) based on input and program functionality

Screenshot 2024-03-01 at 8 59 23 AM
KaramKambo commented 4 months ago

.97/1 His College board requirements were up to date also his project looked very professional and had a sleek design. I also saw that most of his code had comments so I could follow up on what most of his code means. With the fetch command I could see the API that he is fetching from and I can see exactly what these API's do and how the API is displayed in the frontend to see where everything is displayed. Overall I would say this is almost a perfect project but it may not be CPT ready because you would need to get deployment.

Karam Kambo Grading Ishraq Hossain