#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Numpad1::
Send {tab}
Send {tab}
Send {tab}
Send {tab}
Send {tab} ; gets to first question
Send {space} ;marks 1 no
Send {tab} ;marks 2 no
Send {tab}
Send {space}
Send {tab} ;marks 3 no
Send {tab}
Send {space}
Send {tab} ;marks 4 no
Send {tab}
Send {space}
Send {tab} ;marks 5 no
Send {tab}
Send {space}
Send {tab} ;marks 6 no
Send {tab}
Send {space}
Send {tab} ;marks 7 no
Send {tab}
Send {space}
Send {tab} ;marks 8 no
Send {tab}
Send {space}