Thread 1, Day 9 - Tuesday, October 31, 2023
Agenda
- Discussion: Rubber Duck Debugging
- Solving logical errors and syntax errors can be frustrating, but everyone deals with it, even experienced programmers.
- Pairing with a friend to describe what you are trying to do with your code, line by line, can be helpful.
- Often during this process, you will realize the source of the problem you are having.
- When a friend is not nearby, use your duck! 🦆
- Activity: Building a Create Task Exemplar
- Finishing an app that meets requirements for the AP CSP Create Task.
Tip
You can view the history of commits here.
You can click the links at right for a given commit to see changes made for that step:

Have a look at the changes for each commit and that should help you understand how the app was developed.
- Finishing an app that meets requirements for the AP CSP Create Task.
- Activity: Authoring Create Task Responses
- Here are requirements given for this year's Create Task.
- Here are last year's writing prompts.
- We will work together to develop good responses to the prompts.