Desktop User Guides > Professional > Interview scripting > Writing interview scripts > What is an interview script? > Interview scripts: Events
 
Interview scripts: Events
Events define actions that are to be carried out at specific points such as at the start or end of the interview. You define them in the Routing section using a Sub statement:
Sub OnBeforeQuestionAsk(Question, IOM)
  ' Do something here
End Sub
For more information, see Events.
See also
What is an interview script?