Shared Lists

When we create questions using the Interview Object Model  ( IOM ) we need to have responses that the respondent can select. More often than not we need to have the same responses used multiple times. This article is about Shared lists that allow you to create the list’s once and then re-use them as often as you need.

Read more

Using Banners in mrInterview

In the scripting for mrInterview you can use the object IOM. This is a collection of all the properties of the current interview. Amongst the list of properties belonging to IOM there is a collection named “Banners”. In the routing of your intervew script (i.e. your MDD-file!) you can add elements to this collection. By doing this you just add a new banner to your interview screen. This banner will need to have a name and a text like:

Read more