Open topic with navigation
Define interview screen order
By default, the screen order in an interview is primarily driven by the question search. There are several limitations, however, to solely using the question search to drive question or screen order.
For instance, using the question search alone to drive question or screen order:
- You cannot revisit screens in an investigation without resorting to the data review screen.
- Backtracking through an investigation is unreliable.
- It is difficult to control screen ordering. In order to control the screen order, screen order rules are intermixed with declarative logic which obscures the intent and source of the rules.
It is therefore beneficial to specify an explicit screen order in Oracle Policy Modeling that you would like your interview to follow. Using a defined screen order, the interview will follow the specified order of the screens only until enough information is known to make a decision, thereby avoiding making the user visit unnecessary screens. (This is in contrast to the functioning of a Screen Flow in which the interview will follow exactly the specified flow to its completion even if sufficient information is already known to make a determination.)
What do you want to do?
Create a new screen order
Edit a screen order
Create a new screen order
By default, the first screens file that is added to a project will contain an empty Default Screen Order. If you need to manually add a new Screen Order follow the steps below.
To create a screen order:
- Right-click the *.xint filename, or another folder, in the screens view.
- Select New Screen Order from the pop-up menu.

The following dialog will appear:

- Drag individual screens or folders from the screens file into the top pane to define the screen order.
TIP: If you have your question screens in a separate folder in your screens file, you can order the screens as you would like them to appear in the interview in that folder. Then when creating your screen order here it is simply a matter of dragging that question screens folder into the top pane.
- New folders can be added to the screen order by clicking on the New Folder button. (The folders in a screen order are used to group screens into the 'stages' that are displayed at the top of an interview to indicate progress through the investigation. If screens appear at the top level in the screen order (outside of any folder), they will also be used as stage names).
- Click OK.
NOTE: The Default Screen Order is also used to determine the order that screens will be displayed in the Data Review screen.
Edit a screen order
To edit a screen order:
- Double-click the screen order in the screens file to open it for editing.
- Change the order of screens by dragging and dropping the screens into new locations.
- Click OK.