You are browsing as a guest. Sign up (or log in) to start making projects!

SAT Practice Timer

  • 2 Devlogs
  • 5 Total hours

A chrome extension timer that can be used on SAT practice sites. Gives summaries of your average time spent

Open comments for this post

40m 41s logged

I’m sure I’m not the only person who used the College Board SAT question bank and forgot to uncheck the “show answer and explanation” box before going to the next question, spoiling the next answer for me. To fix this, I made it so that my chrome extension will intercept the “Next” button click and display an alert if the box is checked! It was kind of hard because the check boxes on each question have a different ID and going to the next question gets rid of the event listener my extension adds, but I found out that the active check box is the last in the array of checkbox elements, so I was able to target that.

0
0
6
Open comments for this post

4h 2m 57s logged

I made a chrome extension to assist with timing myself on SAT practice sites, specifically for math questions. The Easy, Medium, and Hard buttons each set timers of 1:00, 1:30, and 2:00 respectfully. It starts counting negative seconds when time is up, and takes this into account when displaying data from your practice session in the summary.

0
0
3

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…