You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
At least one procedure that contributed to the program’s intended purpose where you have defined: the name, return type, one or more parameters:
An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure
Calls to your student-developed prodcedure:
Instructions for output (tactile, audible, visual, or ) based on input and program functionality
The text was updated successfully, but these errors were encountered:
.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.
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.
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
At least one procedure that contributed to the program’s intended purpose where you have defined: the name, return type, one or more parameters:
An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure
Calls to your student-developed prodcedure:
Instructions for output (tactile, audible, visual, or ) based on input and program functionality
The text was updated successfully, but these errors were encountered: