Book Image

User Training for Busy Programmers

By : William Rice
Book Image

User Training for Busy Programmers

By: William Rice

Overview of this book

If you need to write a successful software training course and are unsure of how to start, then this book gets right to the point with clear, concise directions for developing an end-user software course. This step-by-step job aid walks you through the process of developing a successful, instructor-led software class. There are many good books on training theory. This book takes a more practical, condensed approach for when you don't have time to learn training theory. It is based on fifteen years of technical writing and training experience. In under 100 pages, the book guides you through the process of developing an end-user software course using a method that is tested, proven, and based upon sound instructional theory.
Table of Contents (13 chapters)

Use Unique Data for the Demo


Some students will just watch during your demo. Others will duplicate your steps on their computer as you demonstrate. Therefore, the demo should leave the data that will be used in the upcoming exercises totally untouched. That is, data changed by the demo should not affect the data used in any of the exercises.

You may be tempted to accomplish this by using a different database or files for the demos and exercises. That would definitely segregate your demo and exercise data. However, it also requires the instructor to switch between two different databases/files. This may present a problem for the students who want to follow the demo on their own machines. Before embracing this approach, you must ensure that the students can easily switch databases/files.