Dude, although psuedocode really has no set syntax, it does have it's set control structures, i mean u can't expect the marker to know VB, some teachers probably dont even program but know the algorithms pretty well
i mean using the correct control structures and starting the sub routine off with
BEGIN ModuleName
END ModuleName
that will be correct ur not gonna put
Private Sub ModuleName(e as SystemEvent.Args)
End Sub
lol that's silly as well as guarded and unguarded loops
Do Until Boolean = True
Loop
i mean that's not even standard psuedocode.