Sub Correct()
[Link] = ([Link]) + 10
Output = MsgBox("Your Answer is Correct, Well Done!", vbOKOnly, "Correct Answer")
End Sub
Sub Wrong()
[Link] = ([Link]) - 5
Output = MsgBox("Your Answer is Wrong!", vbOKOnly, "Incorrect Answer")
End Sub
Sub Reset()
[Link] = 0
End Sub