Chapter 5. Develop the Demo
In a software class, usually the best way to teach how to perform a task is by demonstrations. This section discusses how to develop an effective teaching demonstration.
Write the Demo Instructions
Remember that the purpose of the demo is to enable the students to complete the in-class exercise successfully. Therefore, your demo should use the same core functions that the students will use during the exercise.
Look through the exercise that you developed for this unit, and identify the menu options and functions that are essential for successfully completing the exercise. For example, if the purpose of the exercise is to create a new customer, the menu items that are used to create a new record and the required fields in the New Customer screen would be core functions. Any other optional information about the customer would not be a core function.
When writing your demo, you can literally make a copy of the directions for the exercise. Then change the data that...