1 / 17

How to Give a Tutorial

How to Give a Tutorial. Kenneth J. Goldman Washington University in St. Louis Based on a similar talk by Patrick Winston of M.I.T. Always Start with a Promise (motivating the audience to listen). In this tutorial, you will learn how to Plan a tutorial Prepare a tutorial Practice a tutorial

fabian
Télécharger la présentation

How to Give a Tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How to Give a Tutorial Kenneth J. Goldman Washington University in St. Louis Based on a similar talk by Patrick Winston of M.I.T.

  2. Always Start with a Promise(motivating the audience to listen) In this tutorial, you will learn how to • Plan a tutorial • Prepare a tutorial • Practice a tutorial • Present a tutorial

  3. Make the Promise Catchy(so you can refer back to it easily) The Goal of this Tutorial: Learn the “Four P’s” of giving tutorials • Plan • Prepare • Practice • Present

  4. Use Diagrams Wherever Possible(they’re more informative and memorable) The Goal of this Tutorial: Learn the “Four P’s” of giving tutorials PREPARE PRACTICE PRESENT PLAN

  5. Research the topic Become an expert Know your audience Make a list of key ideas Sequence them to “tell a story” Plan the Tutorial PLAN

  6. Allocate the Slides • Allow 2 minutes per slide For example, 30min = 15 slides Title slide (1) “Promise” and Outline (1) Background (2) The Model/Abstraction (1) The API (2) Examples (5) Discussion of Problems/Issues (2) Conclusion (1) PREPARE

  7. Prepare the Slides • Begin with your “promise” • Show an outline • Play with an “open hand” • Explain necessary background • Tell a story • Know the point of each slide • Communicate the point of each slide • Include only what you’ll talk about • Review your promise at the end

  8. Use Short Bullet Items • It is not necessary to write everything you’re going to say on the slide. In fact, it’s distracting because the audience reads the slide instead of listening to you. The visuals become cluttered, and people miss the main point. You also want to keep the font large enough so people can read it, and avoid spuriousformattingchanges and distracting effects.

  9. Text is Dull • There is a client and a server. • The server has a ServerSocket. • The client connects to the server. • Then the server gets a new socket with which to communicate to the client. • The ServerSocket remains for other clients to connect to. Are you drawing pictures in the air?

  10. Draw on the Slide! (speak the text) ServerSocket connect server client

  11. Draw on the Slide! (speak the text) ServerSocket Sockets server client

  12. Avoid lots of code boolean isAudienceLost() { if ((linesOfCode <= 5) || (text.font == courier)) return !point.isClear(); else if (numDiagrams > linesOfCode/3) return false; return true; }

  13. Practice the Talk • Find friends to critique you. • Videotape yourself. • Time the talk! PRACTICE

  14. Present the Tutorial: Beginning • Be nervous! • See the room in advance. • Memorize the first sentence. • Speak slowly. • Make your promise clear. • Don’t start with a joke. Arrange to be in a bright right-sized room. People sleep in dark rooms. PRESENT

  15. Present the Tutorial: The Middle • Keep your main points in mind. • Move around. • Point to things. • Wave your hands a lot. • Talk about everything on the slide. • Don’t read the slides to the audience. • Go to the chalkboard occasionally.

  16. Present the Tutorial: Taking Questions • Do you want interruptions? Questions at the end? Make your plans clear. • Ask for questions at critical junctures. • Draw diagrams on the chalkboard. • “I don’t know” is a reasonable answer. • Defer long or tangential discussions. • Thank obstructionists for “interesting points to think about” and continue.

  17. Present the Tutorial: Ending • End on time! • Review your promise. • Ask for questions. • Don’t thank the audience. PREPARE PRACTICE PRESENT PLAN

More Related