<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Utiliti</title>
    <description>The latest articles on DEV Community by Utiliti (@uti6eb1c427dde408b2a).</description>
    <link>https://dev.to/uti6eb1c427dde408b2a</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3864031%2F416c5653-6e0b-4df0-be4a-73d75c6cf2af.png</url>
      <title>DEV Community: Utiliti</title>
      <link>https://dev.to/uti6eb1c427dde408b2a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/uti6eb1c427dde408b2a"/>
    <language>en</language>
    <item>
      <title>How I Built a Free AP Score Calculator (and Why Most Students Guess Wrong)</title>
      <dc:creator>Utiliti</dc:creator>
      <pubDate>Mon, 06 Apr 2026 14:11:09 +0000</pubDate>
      <link>https://dev.to/uti6eb1c427dde408b2a/how-i-built-a-free-ap-score-calculator-and-why-most-students-guess-wrong-1hl1</link>
      <guid>https://dev.to/uti6eb1c427dde408b2a/how-i-built-a-free-ap-score-calculator-and-why-most-students-guess-wrong-1hl1</guid>
      <description>&lt;p&gt;A few months ago I noticed something weird.&lt;/p&gt;

&lt;p&gt;Every student after an AP exam asks the same question:&lt;/p&gt;

&lt;p&gt;“Do you think I got a 5?”&lt;/p&gt;

&lt;p&gt;And almost everyone is just guessing.&lt;/p&gt;

&lt;p&gt;The Problem&lt;/p&gt;

&lt;p&gt;AP exams don’t feel predictable.&lt;/p&gt;

&lt;p&gt;You walk out thinking:&lt;/p&gt;

&lt;p&gt;maybe I did well&lt;br&gt;
maybe I failed&lt;br&gt;
no idea&lt;/p&gt;

&lt;p&gt;But the truth is — they’re not random at all.&lt;/p&gt;

&lt;p&gt;Each exam has:&lt;/p&gt;

&lt;p&gt;fixed scoring weights&lt;br&gt;
predictable cutoffs&lt;br&gt;
repeatable structure&lt;/p&gt;

&lt;p&gt;So technically, your score is calculable.&lt;/p&gt;

&lt;p&gt;The Idea&lt;/p&gt;

&lt;p&gt;I wanted something simple:&lt;/p&gt;

&lt;p&gt;Input:&lt;/p&gt;

&lt;p&gt;MCQ correct answers&lt;br&gt;
estimated FRQ points&lt;/p&gt;

&lt;p&gt;Output:&lt;/p&gt;

&lt;p&gt;predicted AP score (1–5)&lt;/p&gt;

&lt;p&gt;No fluff. No accounts. Just instant feedback.&lt;/p&gt;

&lt;p&gt;The Unexpected Part&lt;/p&gt;

&lt;p&gt;The hardest part wasn’t building the calculator.&lt;/p&gt;

&lt;p&gt;It was getting the scoring right.&lt;/p&gt;

&lt;p&gt;College Board doesn’t publish exact formulas, but:&lt;/p&gt;

&lt;p&gt;score distributions are public&lt;br&gt;
past curves are consistent&lt;br&gt;
ranges are predictable&lt;/p&gt;

&lt;p&gt;So I reverse-engineered approximate cutoffs across exams.&lt;/p&gt;

&lt;p&gt;What I Learned&lt;br&gt;
You don’t need perfection&lt;br&gt;
On many exams, ~70% = 5&lt;br&gt;
FRQ is massively underrated&lt;br&gt;
Most students lose points just by not answering fully&lt;br&gt;
People optimize the wrong thing&lt;br&gt;
They study content instead of studying the scoring system&lt;br&gt;
Building It&lt;/p&gt;

&lt;p&gt;The actual build was pretty straightforward:&lt;/p&gt;

&lt;p&gt;Simple frontend (fast input, no friction)&lt;br&gt;
Predefined scoring models per exam&lt;br&gt;
Instant calculation logic&lt;/p&gt;

&lt;p&gt;The goal wasn’t complexity — it was clarity.&lt;/p&gt;

&lt;p&gt;Why I Made It Free&lt;/p&gt;

&lt;p&gt;Because this shouldn’t be hidden.&lt;/p&gt;

&lt;p&gt;Students are already doing the hard part (studying).&lt;/p&gt;

&lt;p&gt;They just don’t know how the game works.&lt;/p&gt;

&lt;p&gt;Result&lt;/p&gt;

&lt;p&gt;Now you can take your raw scores and instantly see where you land.&lt;/p&gt;

&lt;p&gt;No guessing.&lt;/p&gt;

&lt;p&gt;If you’re curious, here it is:&lt;br&gt;
&lt;a href="https://apscorehub.com" rel="noopener noreferrer"&gt;https://apscorehub.com&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
Final Thought&lt;/p&gt;

&lt;p&gt;This wasn’t really a “tool” problem.&lt;/p&gt;

&lt;p&gt;It was an information problem.&lt;/p&gt;

&lt;p&gt;Once you understand how AP exams are scored, everything changes.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
