How to make sure that users see intervention pages in the correct order: Difference between revisions

From Lifeguide Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
'#' Session 1
'#' Session 1
<code> show </code> page1
<code> show </code> page1
<code> show </code> page2
<code> show </code> page2
<code> show </code> page3
<code> show </code> page3
<code> show </code> page4
<code> show </code> page4



Revision as of 13:21, 14 May 2013

How to make sure that users see intervention pages in the correct order

  • Try to keep your intervention as simple as possible so that the flow of pages is not too complicated.
  • It is a good idea to make a diagram of your intervention that shows the flow of your pages and how they are connected. You can do this in MS Word, Visio or Powerpoint.
  • You will find it much easier to keep track of your logic if you organise it in a logical manner.
  • Make sure you write your logic in the order you want things to be seen. Use sub-headings to make sections. For example:

'#' Session 1 show page1

show page2

show page3

show page4

'#' Optional pages for Session 1 show mealoptions show recipe1 show recipe2

  • By putting a '#' at the beginning of the line you can make it a heading or a note - LifeGuide will know this is not actual logic.
  • Try to keep optional pages at the end of the logic file.
  • Use 'Next' buttons as much as possible, rather than 'Jump' buttons. This way it is easier to see the flow of pages from your logic.