Goal:
Add two steps to the tutorial to work on throughout this tutorial.
Steps to complete:
- Open TE/tutorials/newTutorial/tutorialScript.xml with a text editor
- Add two new steps to the beginning of the tutorial. Make the changes as outlined in the file to the right by following these steps: (Refer to the legend below)
- Copy the first 'page' element twice
- Edit the first copy:
- Change the value of the 'name' attribute to "Load Intructional Content"
- Change the value of the 'contentFile' tag to "page1_1.html"
- Edit the second copy:
- Change the value of the 'name' attribute to "Load an External Web Page"
- Change the value of the 'contentFile' tag to "page1_2.html"
- Save tutorialScript.xml
- Create two copies of TE/tutorials/newTutorial/HTML/page1.html and rename them as:
- page1_1.html
- page1_2.html
See the effects of your work
(Click here for an example of the expected results of this step)
- Reload New Tutorial by clicking on the reload icon to the left of the name in the tutorial navigation menu
- Note: the tutorial must be reloaded to see the effects of any changes made to the tutorialScript.xml file
There should now be seven steps in the tutorial and the title of the first step will be changed to "Load Intructional Content".
The changes are indicated with the following:
- Indicated text has been removed
- Indicated text has been edited
- Indicated text has been added
- Indicated text is the source of a copy