Showing a page
Jump to navigation
Jump to search
Showing a page
The LifeGuide pages that you have made will only appear in your intervention if you have show
logic in your intervention file.
To show a page:
- Open up the file called intervention.lgil
- On the first line type
show page1
(replace page1 with the name of your page) - Click Preview to view your page
To show multiple pages:
- Open the pages you want to show
- Place a Next button on all the pages, except your final page
- Open the intervention.lgil file
- Type
show pagename
(replace pagename with the name of your page) for each page, starting a new line for each page:
show page1
show page2
show page3
showendpage
The pages will show in the order that you place them in the logic file.
To learn how to move between pages in a different order, see Moving Between pages [[1]]