Private
You need the password to get in.
Wrong password.
Three tools to prepare you for the Create Performance Task โ worth 30% of your AP exam score. Updated for the 2024+ exam format.
Starting in 2024, the Create Task changed significantly. Here is exactly what happens:
The exact wording changes every year but always targets CRD-2 learning objectives โ program purpose, function, inputs, and outputs. The project used in examples below is a Social Media Mood Tracker โ a high schooler's app that lets users log their mood after using different social media apps and tracks patterns over time.
This prompt asks about a Boolean expression inside your procedure's first IF statement. The alternate set asks about evaluating to false instead of true. You need to know your own code deeply enough to trace through specific values.
Example: The Mood Tracker's procedure has the condition IF (moodScore >= 4)
Set 1 asks about your LIST scaling to new elements. Set 2 asks about your PROCEDURE and why abstraction makes the program easier to maintain. You need to be ready for either version.
Beyond the 4 written prompts, your submitted video and program code earn 2 additional points โ for a total of 6.
The AP exam uses its own pseudocode reference sheet. Practice reading and tracing it here โ the same notation you will see on exam day. Type what you think the program outputs, then check your answer.
a โ expression assigns a value. DISPLAY(x) prints x with a space after. List indexes start at 1. MOD returns the remainder.Paste your written response draft below. Select which prompt you are practicing, and Claude will score it against the exact College Board rubric criteria โ giving you a pass/fail per row plus specific feedback on what to fix.