Skip to content

Individual Review AP Classroom Requirements  #126

@Ishraqh1

Description

@Ishraqh1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions