How to find out how long participants have spent on a specific part of your intervention

From Lifeguide Wiki
Jump to navigation Jump to search

The logic commands begin and end are used to record the time end-users have spent on parts of your intervention. We recommend dividing all of your logic into sections so that when you download your data, you will have useful time data which you can use in your analysis.

Example 1

begin section baseline show page1 show page2 show page3 end

The above logic will save the time users spent on the baseline questionnaire and you will be able to view this data in the User data worksheet of the Excel file, which you can export.


You can also put a section within a section:

Example 2

begin section baseline1 show page1 show page2 show page3 begin section baseline2 show page4 show page5 end end