Skip to content

Instantly share code, notes, and snippets.

@helloworld
Last active November 28, 2015 21:50
Show Gist options
  • Save helloworld/0b5127f7cc14cd270a70 to your computer and use it in GitHub Desktop.
Save helloworld/0b5127f7cc14cd270a70 to your computer and use it in GitHub Desktop.

Check your PSAT Score:

Step 1. Go to the collegeboard website and login

Step 2. Visit this url:

English Section

Step 3. Right click. Inspect Element. Go to console. Paste in this snippet:

arr=window.location.href.split("&questionNbr=");number=parseInt(arr[1])+1;window.location=arr[0]+"&questionNbr="+number

Note: This simply makes it much faster to go to the next page. If you can't get this, simply change the last number in the url by +1.

Step 4. In the console, keep hitting up then enter to advance to next page

Step 5. Keep track of your score. It will tell you if you got it wrong or right at the top. Repeat until you get to the end of the section.

Step 6. Repeat for Math and Writing:

Math Section

Writing Section

Step 7. Calculate your score for each section using the following equations:

Critical Reading:

48-(1.25*[number incorrect])-[number omitted]

Math:

38-(1.25*[number of MC questions incorrect])-[number omitted]-[number of bubble in questions incorrect]

Writing:

39-(1.25*[number incorrect])-[number omitted] 

Step 8. Convert your raw scores into /240 scores by using this link:

Score Conversion Chart

============

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment