Now that the tutorial is loading within the TE the next set will be to add pages to the tutorial.
If you have a look at the tab 'tutorialScript.xml' there is now a page element inside of the pageList. As mentioned earlier this page element represents one page within your tutorial. The attribute 'name' in the page is used to define the page title.
There is also the attribute type. Pages within the the pageList are displayed in order that they appear within there given page type. There are 3 page types that exist and there use is optional.
The 'contentFile' element within the page element indicates where to pull the text for the information contained in this left hand panel. These files are expected to be stored within the HTML directory of the tutorial. These files should be valid HTML snippets.
Steps to complete: