Back
Next
3.3
Starting your course from a different page
You may want your course to launch using a different start page (other than the course introduction page.
You can do this by adding the following code to the URL you give the students.
?start_file=relative_path&
In the above, you will need to change the
relative_path
portion to the actual page of interest, e.g.
mis03/00mis03.htm
Try adding
?start_file=mis03/00mis03.htm
to the address bar here to see how the course opens.
Back
Next