Professional > Interview scripting > Writing interview scripts > Interview Object Model overview > IOM object
 
IOM object
The IOM refers to the interview as a whole, and its properties define characteristics that either apply to the whole interview or act as defaults unless overridden at a lower level. The objects and properties you are most likely to use are as follows:
Property
Description
Banners
A collection of Label objects that can be used to display titles at the top of interview pages.
DefaultStyles
A list of Style objects, one for each of the standard page elements so that default styles can be set for the interview.
Errors
A collection of Label objects, one for each of the standard error messages. You can use this property to replace the default messages with texts of your own, or to define the appearance of the message texts.
Language
The default interviewing language for multilingual scripts.
LayoutTemplate
The page template to use. (Other Template properties are available for specific items on a the page.)
MustAnswer
Whether respondents may leave questions unanswered (that is, click Next without entering or selecting a response).
Navigations
A collection of Navigation objects.
NextPage
The page object for the next page. This gives you access to page level properties for the next page, and is a good way to change a default setting for one page only.
Note The property has not yet been implemented, and is reserved for future use.
Questions
A list of questions in the script.
See also
Interview Object Model overview