Creating Slides

In this lesson of the Courseware tutorial, you will learn...
  1. To create corresponding slides.

Some courseware is just PowerPoint slides with no supporting content. The instructor is left to fill in all the blanks.

Some courseware is just a manual written in prose and the instructor has nothing good to present.

Some companies do provide both, but they have a hard time keeping the slides in sync with the manual. A large part of the problem is that the manual and the slides are written with separate tools and sometimes by separate people. If a section is removed or added to the manual, the authors must remember to add it to the slides as well.

Webucator courseware attempts to deliver the best of both worlds: great manuals written in prose with slides that directly correspond to the manual. The slides even give page numbers to the corresponding content. And the instructor has a PDF version of the full manual with the slides at the end with the slides and the manual sections cross-linking to make it easy to go back and forth.

The upkeep is a lot easier because the slides are written in HTML inside of the lesson itself.

Section Summaries

Each <h1/>, <h1/>, and <h1/> can/should be followed by a <div class="SectionSummary" /> tag that is divided into <ul/> and <ol/> tags. Each list will become a slide that will link back to the corresponding heading. The title attribute of the list will be the title of the slide and the list items will be the bullets. It is okay to nest lists. Nested lists should not have title attributes.

Special Cases

Cross References

You can create a cross reference to the lesson content so that you do not have to retype the same code. This is most useful for code blocks, demos and exercises. To create a cross reference, put an <a /> tag in the list item with the class of "CrossReference" and the href value of "#refID", where refID is the id of the element being referenced.

<li><a class="CrossReference" href="#demoFoo"v</a></li>

Images

Images can be references in list items with a standard image tag:

<li><img src="Images/ImageName.gif" alt="Alt Text" /></li>

Creating Slides Conclusion

In this lesson of the Courseware tutorial, you have learned to use SectionSummary divs to create slides that directly correspond to lesson content.

To continue to learn Courseware go to the top of this page and click on the next lesson in this Courseware Tutorial's Table of Contents.

Use of this website implies agreement to the following:

Copyright Information

All pages and graphics on this Web site are the property of Webucator, Inc. unless otherwise specified.

None of the content on this website may be redistributed or reproduced in any way, shape, or form without written permission from Webucator, Inc.

No Printing or saving of web pages

This content may not be printed or saved. It is for online use only.


Linking to this website

You may link to any of the pages on this website; however, you may not include the content in a frame or iframe without written permission from Webucator, Inc.


Warranties

This website is provided without warranty of any kind. There are no guarantees that use of the site will not be subject to interruptions. All direct or indirect risk related to use of the site is borne entirely by the user. All code and explanations provided on this site are provided without warranties to correctness, performance, fitness, merchantability, and/or any other warranty (whether expressed or implied).

For individual private use only

You agree not to use this online manual to deliver or receive training. If you are delivering or attending a class that is making use of this online manual, you are in violation of our terms of service. Please report any abuse to courseware@webucator.com. If you would like to deliver or receive training using this manual, please fill out the form at http://www.webucator.com/Contact.cfm.