Starting a New Intervention: Difference between revisions

From Lifeguide Wiki
Jump to navigation Jump to search
(New page: Before you begin working on your new intervention you first need to create it. * Click on the '''New Intervention''' button * Choose a name for your intervention and type it in the Projec...)
 
No edit summary
Line 6: Line 6:


Figure 2 here
Figure 2 here
Your intervention will already contain an ‘intervention.lgil’ file. This is the file where you will write the logic for the intervention (although note that the logic for writing error messages to end-users is done elsewhere).
You cannot begin writing any logic in this file until you have created some pages. These pages will contain all of the content of your intervention.
==Creating pages==
To create a new page, first click on the '''New Page''' button (or alternatively select the same option from the File menu).
A new box will pop up and ask you to name the new page.  You are asked to choose the LifeGuide Project that you wish to save the new page in so if the new page is for a new project, you will need to create the new project first (see above).

Revision as of 08:39, 16 September 2010

Before you begin working on your new intervention you first need to create it.

  • Click on the New Intervention button
  • Choose a name for your intervention and type it in the Project name field. Each new name must start with a letter and cannot include spaces or any special characters (e.g. ( ) . ? /) , except for underscores (_) and hyphens (-)
  • Click Finish to begin working on your intervention. A newly created project should appear in the Project Explorer.

Figure 2 here

Your intervention will already contain an ‘intervention.lgil’ file. This is the file where you will write the logic for the intervention (although note that the logic for writing error messages to end-users is done elsewhere).

You cannot begin writing any logic in this file until you have created some pages. These pages will contain all of the content of your intervention.

Creating pages

To create a new page, first click on the New Page button (or alternatively select the same option from the File menu).

A new box will pop up and ask you to name the new page. You are asked to choose the LifeGuide Project that you wish to save the new page in so if the new page is for a new project, you will need to create the new project first (see above).