Create Task
For this project in computer science, I had to create a task using code. Our create task is similar to a game that we make using code. For my create task, I chose a set of 6 true or false questions for the user to answer. I used sequencing in my code to make sure it runs properly and used a list to store my questions in. Once the true or false questions are answered, your score is presented at the end. Our create task is also submitted for our AP exam as part of our final grade for it.
Tell a Story
For this project I had to work with a partner to create a visual story using code on CodeHS. We had to use the paint feature to portray our shapes on the screen, and we integrated a feature for dialogue for the characters to appear on the screen. The user can also flip the pages to see different scenes. The basic story of our code is in a town a lonely circle lives amongst a bunch of squares. They ostracize the circle and exclude him. One day the circle ventures off on its own and discovers its ability to change colors. It returns to its hometown, where suddenly it's beloved by its peers. The message of our story is how people will switch up on you if you develop new talents/abilities.
Factorial
In this assignment I had to create a function that would let you input a number and then create a factorial from that number.