Skip to content

Instantly share code, notes, and snippets.

@eniraa
Last active October 13, 2021 02:31
Show Gist options
  • Save eniraa/8f9efdc029d17990be7a051945c43021 to your computer and use it in GitHub Desktop.
Save eniraa/8f9efdc029d17990be7a051945c43021 to your computer and use it in GitHub Desktop.
Automatically fill in the AP Exam Plagiarism modal!
tell application "2021 Digital AP Exams"
activate
end tell
tell application "System Events"
set testSec to "I will not give or receive help during this exam. I will not share or post references to this exam during the testing window. If anyone helps me or if I help them, we will both be investigated.\nMy answers will be entirely my own. Plagiarism software and analyses will be used to review my responses.\nIf I attempt to cheat, my score will be canceled, and college admissions offices can be notified. I will also be disqualified from taking future AP or SAT exams in high school and CLEP exams in college."
keystroke "\t"
keystroke testSec
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment