PowerPoint: Outside the Box

Size: px
Start display at page:

Download "PowerPoint: Outside the Box"

Transcription

1 PowerPoint: Outside the Box Getting Creative with Interactive PowerPoint DITC 2006 Shari Galgano Technology Resource Teacher Caesar Rodney School District Jo Ann Reynolds Library Media Specialist Dover Air Base Middle School

2 Table of Contents Interactive Presentations... 3 Making Hot Spots... 3 Adding Action Buttons... 4 Linking to a Web Page... 4 Adding a Text Box from the Control Toolbox... 5 Using Visual Basic to Make Multiple Choice Questions... 6 Creating the Question Slides:... 6 Creating the Visual Basic Programs:... 6 Linking the Macros to the Buttons... 7 Inserting Video in PowerPoint... 8 Recording Sounds and Narrations... 8 Recording on a Single Slide... 8 Narrating all Slides... 9 Adding Invisible Directions for Students... 9 Hidden Slides... 9 Captions... 9

3 Interactive Presentations It is very easy to create dynamic, interactive presentations with PowerPoint. These interactive presentations can be used by teachers to make lessons more visual and to keep students more engaged. Interactive PowerPoint games can be used to review content with students. Students can use self-paced, teacher-created interactive presentations independently to learn or review concepts. Students can create interactive presentations to demonstrate mastery. Interactive presentations can use hyperlinks, action buttons, sounds, narrations, video, visual basic programming and more. Download the Demonstration PowerPoint at: This interactive example will use hyperlinks, action buttons, video, and visual basic programming. Additional interactive features include sounds and narration. Making Hot Spots Hot spots are areas on the slide that are linked to an action such as opening a file or jumping to another slide. Hot spots are often used on maps or other graphics. Hot spots can be invisible or visible. Go to the Counties slide. Use the Freeform line tool from the AutoShapes toolbar to outline the hot spot area, in this case Kent County. After outlining the county, click the No Fill and No Line tools. Click the hyperlink icon from the toolbar (or go to Insert Hyperlink ). Click Place in This Document. Select the slide that you want to link to, in this case Kent County. Click on Screen Tip to add a pop-up message that will be displayed when you mouse over the area. Click OK. Repeat for Sussex County. View the slide show to test the hot spots.

4 Adding Action Buttons Action buttons are buttons that are added to presentations that when clicked perform a preset command. Action buttons make it easy to create a non-linear presentation. Go to the Kent County slide. Click Action Buttons on the AutoShape menu. Select the button that you want, in this case Return. Click the slide to insert the button. Size, location, color etc, can be changed. On the Action Settings dialog box, select Hyperlink to: then click on Slide from the drop down list. The Hyperlink to Slide dialog box will pop up. Click on the appropriate slide, in this case Counties. Click OK, OK. Go to Slide Show Slide Transition to turn off Advance on Mouse click. In the Task Pane under Advance Slide, uncheck On Mouse Click. Now the Action button must be clicked to advance the presentation. No other part of the slide will advance the presentation. Linking to a Web Page Hyperlinks work very much like action buttons. They can be used to link to a web site, a place in the PowerPoint presentation, another document such as a Word Document, Excel File, another PowerPoint presentation and more. Words or graphics can be used as hyperlinks. The directions below are for linking to a web site. The steps are similar for other types of linking as well. Go to the Kent County slide. Highlight the text that you want to make a link, in this case Kent County. Click the Hyperlink icon or go to Insert Hyperlink. Click Existing File or Web Site. Click the Globe icon. Internet Explorer opens. Go to the web site that you want to link to: Maximize PowerPoint. The address should now be displayed. Click OK to complete the link. Repeat for Sussex County using: View the slide show to test the hyperlinks.

5 Adding a Text Box from the Control Toolbox Adding a textbox from the control toolbox enables the text box to be typed on in slide show view. This enables the presenter to add content to a slide without ending the show. A normal textbox can only be typed on when the presentation is in editing mode. Go to View, Toolbars and click on Control Toolbox. The Control Toolbox should be displayed as a small floating toolbar. Go to the slide about Caesar Rodney (slide 6), click on the Text Box tool. Click and drag across your slide to draw a text box making it the desired size. Right-click on the text box, then click on Properties. Make the desired selections. Click on EnterKeyBehavior and set it to True on the drop down. Set MultiLine to True. These 2 changes will allow multiple lines of text to be entered in the text box by using the Enter key. The text box can now be typed in when viewing the slide show but not in editing mode. View the show to test the textbox. Other Control Text Box Properties Background Color Choose a color from a palette Background Style 0 is transparent, 1 is opaque Border Color Choose a color from a palette. Border Style 0 is no border, 1 is border Font - Change Font style and size. ForeColor - Change the Font color. Text Align 1 is left justified, 2 is centered, 3 is right justified. Feel free to experiment with other options!

6 Using Visual Basic to Make Multiple Choice Questions Multiple choice questions can be made several ways, with hyperlinks, action buttons, or visual basic programming. Adding action buttons and hyperlinks have already been covered. This section will cover an introduction to using the Visual Basic editor to create interactivity. More information about Visual Basic can be found at: Note: Security settings on the computer may need to be changed to allow the Visual Basic Macros to work. Go to Tools, Macro, Security. Set the Security Level to Medium. Click the Trusted Sources tab. Click the check box beside Trust access to Visual Basic Project. A message will ask if you want to enable macros when you open a PowerPoint containing macros. Choose Yes, but be sure the macros are from a trusted source. Be careful when downloading files from the Internet that contain macros. Creating the Question Slides: Go to slide 7. The question is already typed in the title text placeholder. The first answer (A) is already made using a custom action button. Go to the Draw toolbar. Click on Autoshapes, Action Buttons. Choose the first button, Custom. Click on the slide to make the second button. Close the Action Settings dialog box. Enlarge the button so that the answer will fit when typed on the button. Type the second answer on the button, in this case, B. Kent County. Repeat to add the other answer, New Castle County. (An easy way to add buttons is to copy and paste the first one. The buttons will be a consistent size this way. The text is the only thing that has to be changed.) Creating the Visual Basic Programs: Go to Tools, Macro, Visual Basic Editor The Visual Basic editor opens in a new window. The right side of the window will be gray. Go to Insert, Module. Our 2 macros will be typed in the blank white area. First, type the code for the wrong answer. The message that you want to be displayed during the presentation is typed in the quotes. Fell free to personalize this message to meet your needs. Sub Wrong() MsgBox ("Sorry, that's not the right answer. Please try again.") End Sub Press the enter key after EndSub Type the code for the correct answer. The code is similar to the wrong answer code. The SlideShowWindows(1).View.Next line will advance the slide show to the next slide. Sub Right() MsgBox ("Good, that's right!") SlideShowWindows(1).View.Next End Sub

7 The Visual Basic Editor Module should look like the graphic below. Click on the View PowerPoint icon at the upper right of the screen. Save the presentation to save the macros. Linking the Macros to the Buttons Go to the question slide (slide 7). Select the button with the correct answer. Go to Slide Show, Action Settings. Click the radio button beside Run Macro. From the drop down choose Right. Click OK. Select the buttons with the wrong answers and follow the above procedures. Choose Wrong from the drop down. Click OK. Try out the buttons by viewing your slide show. Clicking the wrong answer in the presentation will display the following message: Clicking the correct answer will display the following message: If you have additional questions, repeat linking the macros with the answers.

8 Inserting Video in PowerPoint Video clips can be a good way to keep students engaged. Additionally, using video in the classroom addresses multiple learning styles. If you have a service such as United Streaming, video clips can easily be downloaded to your computer and then inserted into a PowerPoint presentation. If you don t have United Streaming it is harder to find good educational video clips. Recently, Google and Yahoo have added a video search to their sites. Be aware that not all videos are appropriate for students! Try news sites as another source for video clips. Go to the Yahoo ( Click on Video on the top tab. Search for a video about the Punkin Chunkin event held in Sussex County Delaware. Find a video that can be inserted into PowerPoint. Click the link under the video. o AVI o MOV (older versions only) o MPG o WMV o ASF Right-click Play Video. Choose Save Target As. Save the video to the desktop. Return to the slide show. Go to the Events in Sussex County slide (slide 8). Go to Insert, Movies and Sounds, Movie from File. Browse to the desktop to find the downloaded movie. Click OK. A message will ask how you want the video to start. Choose Automatically or When Clicked depending on your preference. The video can be moved and sized. Clarity will be lost if the movie is enlarged a lot. View the slide show to try the video clip. Recording Sounds and Narrations In addition to inserting sound clips that are already digitized on your computer you can also record sounds or narration to insert into a PowerPoint presentation. Your computer must have a sound card and a microphone. Before trying to record within PowerPoint go to Start, All Programs, Accessories, Entertainment, Sound Recorder. Try recording your voice and playing it back to be sure your recorder is working properly. Recording on a Single Slide Go to the slide you want the recording on. Go to Insert, Movies and Sounds, Record Sound. Record the sound or narration that you want on the slide. Click OK. The sound will play when the speaker icon is clicked during the presentation.

9 Narrating all Slides Go to Slide Show, Record Narration. Adjust settings as needed. Click OK. You will be prompted as to whether you want to begin narration from the present slide or from the first slide. Make your selection. Narrate the presentation. To go to the next slide, click your mouse button or press the spacebar on your keyboard. Complete the narration for all your slides. Press the Escape button on your keyboard to exit the narration. You will be prompted as to whether you want to save the timing with each slide. Click Yes for the presentation to run automatically. Click No to only accept the narration but not the timing. The narration will play automatically when you view the presentation. Adding Invisible Directions for Students When making a template for students to use, consider adding directions in the form of hidden slides or captions that appear off of a slide. In both cases the directions are visible to the student while they are working on their presentation but not visible when presented. This is a good way to differentiate instruction. By creating more than 1 template students can receive different information based on their readiness. Hidden Slides Select the slide(s) that you want to hide, possibly directions for students to follow. Go to Slide Show, Hide Slide. The Hidden Slide icon will appear on the slide number. The slide will be visible in editing mode but will not be seen when viewing the slide show. Make sure to Explain why your species is endangered. Discuss ways that we can help protect this animal. Captions Insert Text Boxes or Callouts off the edge of the slide to provide directions to students that won t be visible when presented or printed. Changed the Zoom percentage so that the directions are visible to the student when editing.

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003 In This Guide Microsoft PowerPoint 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free PowerPoint

More information

Microsoft Office PowerPoint 2007. Lyon County Schools

Microsoft Office PowerPoint 2007. Lyon County Schools Microsoft Office PowerPoint 2007 Lyon County Schools Accessing 2007 Programs Button When you open any of the 2007 Microsoft Office programs, you ll notice THE button (with the Microsoft logo on it). The

More information

Using PowerPoint s Advanced Features. What Are Advanced Features? Basic Skills:

Using PowerPoint s Advanced Features. What Are Advanced Features? Basic Skills: Using PowerPoint s Advanced Features September, 2003 Suzanne Czurylo czurylo@umich.edu For questions about using PowerPoint, please contact Software Support at umbssofthelp@umich.edu What Are Advanced

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Using PowerPoint Short Course

Using PowerPoint Short Course Using PowerPoint Short Course PowerPoint is a software package that enables you to create presentation slides. Your presentation can include Text and Bulleted points, Tables, Graphs even Flow charts. To

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

A Beginner s Guide to PowerPoint 2010

A Beginner s Guide to PowerPoint 2010 A Beginner s Guide to PowerPoint 2010 I. The Opening Screen You will see the default opening screen is actually composed of three parts: 1. The Slides/Outline tabs on the left which displays thumbnails

More information

PowerPoint 2007: Basics Learning Guide

PowerPoint 2007: Basics Learning Guide PowerPoint 2007: Basics Learning Guide What s a PowerPoint Slide? PowerPoint presentations are composed of slides, just like conventional presentations. Like a 35mm film-based slide, each PowerPoint slide

More information

PowerPoint. Basics. Project

PowerPoint. Basics. Project PowerPoint 2010 Basics Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER

More information

Action settings and interactivity

Action settings and interactivity Interactivity in Powerpoint Powerpoint includes a small set of actions that can be set to occur when the user clicks, or simply moves the cursor over an object. These actions consist of links to other

More information

Power Point 2003 Table of Contents

Power Point 2003 Table of Contents Power Point 2003 Table of Contents Creating a Presentation... 2 Selecting Background and Format for Slide... 3 Creating the Title Slide... 4 Adding a New Slide... 5 Types of Text for a Slide: Taken from

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

The very basic basics of PowerPoint XP

The very basic basics of PowerPoint XP The very basic basics of PowerPoint XP TO START The above window automatically shows when you first start PowerPoint. At this point, there are several options to consider when you start: 1) Do you want

More information

Windows Live Movie Maker

Windows Live Movie Maker Windows Live Movie Maker What is Windows Live Movie Maker? Windows Live Movie Maker is available on all computers that have Windows 7. Teachers and students use Windows Live Movie Maker to turn videos

More information

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window Accessing Microsoft PowerPoint To access Microsoft PowerPoint from your home computer, you will probably either use the Start menu to select the program or double-click on an icon on the Desktop. To open

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

More information

Microsoft Word Tips and Tricks

Microsoft Word Tips and Tricks Microsoft Word Tips and Tricks Viewing the Document There are 4 views for every Word document. These are found in the lower left corner of the screen. The most common is the print layout view. Hold your

More information

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint This document provides instructions for using slide masters in Microsoft PowerPoint. Slide masters allow you to make a change just

More information

PowerPoint 2013: Basic Skills

PowerPoint 2013: Basic Skills PowerPoint 2013: Basic Skills Information Technology September 1, 2014 1 P a g e Getting Started There are a variety of ways to start using PowerPoint software. You can click on a shortcut on your desktop

More information

This course covers the following topics:

This course covers the following topics: Advanced PowerPoint 2007 for Adult Education This course covers the following topics: Outreach and Technical Assistance Network http://www.otan.us Adding Slide Transitions Creating and Using Hyperlinks

More information

Microsoft PowerPoint 2010 Computer Jeopardy Tutorial

Microsoft PowerPoint 2010 Computer Jeopardy Tutorial Microsoft PowerPoint 2010 Computer Jeopardy Tutorial 1. Open up Microsoft PowerPoint 2010. 2. Before you begin, save your file to your H drive. Click File > Save As. Under the header that says Organize

More information

Using Windows Movie Maker to Create Movies

Using Windows Movie Maker to Create Movies Using Windows Movie Maker to Create Movies Windows Movie Maker 2.1 is free! It comes with Windows XP or can be downloaded from the Microsoft Website. http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx

More information

EDIT202 PowerPoint Lab Assignment Guidelines

EDIT202 PowerPoint Lab Assignment Guidelines EDIT202 PowerPoint Lab Assignment Guidelines 1. Create a folder named LABSEC-CCID-PowerPoint. 2. Download the PowerPoint-Sample.avi video file from the course WebCT/Moodle site and save it into your newly

More information

How To Insert Hyperlinks In Powerpoint Powerpoint

How To Insert Hyperlinks In Powerpoint Powerpoint Lesson 5 Inserting Hyperlinks & Action Buttons Introduction A hyperlink is a graphic or piece of text that links to another web page, document, or slide. By clicking on the hyperlink will activate it and

More information

Section 1: Ribbon Customization

Section 1: Ribbon Customization WHAT S NEW, COMMON FEATURES IN OFFICE 2010 2 Contents Section 1: Ribbon Customization... 4 Customizable Ribbon... 4 Section 2: File is back... 5 Info Tab... 5 Recent Documents Tab... 7 New Documents Tab...

More information

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

More information

Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1

Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1 PowerPoint 2010 Hyperlinks and Action Buttons Introduction Page 1 Whenever you use the Web, you are using hyperlinks to navigate from one web page to another. If you want to include a web address or email

More information

Movie Maker 2 Beginning

Movie Maker 2 Beginning Movie Maker 2 Beginning Quick Overview...3 Preparing a Folder...3 Collecting Resources...3 Pictures...4 Screen Resolution...4 Starting Windows Movie Maker...4 Which Version?...4 Windows Movie Maker 2 Window...4

More information

Adobe Captivate Tips for Success

Adobe Captivate Tips for Success Adobe Captivate Tips for Success Before you begin editing your Captivate project, make sure you create a back up copy of your.cp file in case you delete something you need later. 1 Before You Record Your

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template

Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template Microsoft Office PowerPoint 2003 Tutorial 2 Applying and Modifying Text and Graphic Objects 1 Creating a new presentation from a design template Click File on the menu bar, and then click New Click the

More information

New Features in Microsoft Office 2007

New Features in Microsoft Office 2007 New Features in Microsoft Office 2007 TABLE OF CONTENTS The Microsoft Office Button... 2 The Quick Access Toolbar... 2 Adding buttons to the Quick Access Toolbar... 2 Removing buttons from the Quick Access

More information

Introduction to Microsoft PowerPoint

Introduction to Microsoft PowerPoint Introduction to Microsoft PowerPoint School of Medicine Library University of South Carolina WHAT IS POWERPOINT? PowerPoint (PPT) is a powerful, easy-to-use presentation graphics software program which

More information

Introduction to Smart Board. Table of Contents. Connection Basics 3. Using the Board (Basics) 4. The Floating Tools Toolbar 5-6

Introduction to Smart Board. Table of Contents. Connection Basics 3. Using the Board (Basics) 4. The Floating Tools Toolbar 5-6 Introduction to Smart Board Table of Contents Overview 2 Connection Basics 3 Using the Board (Basics) 4 The Floating Tools Toolbar 5-6 The Smartboard Smart Tool Buttons Collecting and Sharing Content with

More information

Using Action Settings to Create Simple Quizzes in PPT 2013

Using Action Settings to Create Simple Quizzes in PPT 2013 Using Action Settings to Create Simple Quizzes in PPT 2013 Action settings allow you to move away from automatic, linear slide shows by assigning specific actions to objects (such as text, images, autoshapes

More information

Introduction to dobe Acrobat XI Pro

Introduction to dobe Acrobat XI Pro Introduction to dobe Acrobat XI Pro Introduction to Adobe Acrobat XI Pro is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this

More information

Mimio Interactive. Pad and Bar. Technology Integration Department. Last update: 2/15/2013

Mimio Interactive. Pad and Bar. Technology Integration Department. Last update: 2/15/2013 Mimio Interactive Technology Integration Department Last update: 2/15/2013 Getting Started 1. Mimio Bars or Pads (MS Science, and HS) may be checked out from the library. 2. You must have mimio software

More information

Epson Brightlink Interactive Board and Pen Training. Step One: Install the Brightlink Easy Interactive Driver

Epson Brightlink Interactive Board and Pen Training. Step One: Install the Brightlink Easy Interactive Driver California State University, Fullerton Campus Information Technology Division Documentation and Training Services Handout Epson Brightlink Interactive Board and Pen Training Downloading Brightlink Drivers

More information

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. Record a macro 1. On the Developer tab, in the Code group, click Record Macro. 2. In

More information

Smart Board Notebook Software A guide for new Smart Board users

Smart Board Notebook Software A guide for new Smart Board users Smart Board Notebook Software A guide for new Smart Board users This guide will address the following tasks in Notebook: 1. Adding shapes, text, and pictures. 2. Searching the Gallery. 3. Arranging objects

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

PEMBINA TRAILS SCHOOL DIVISION. Information Technology Department

PEMBINA TRAILS SCHOOL DIVISION. Information Technology Department Information Technology Department Intro to Microsoft PowerPoint 2003 INFORMATION TECHNOLOGY DEPT. Introduction to Microsoft PowerPoint 2003 Ivone B. Kordic Instructional Technology Assistant Information

More information

Presentations and PowerPoint

Presentations and PowerPoint V-1.1 PART V Presentations and PowerPoint V-1.2 Computer Fundamentals V-1.3 LESSON 1 Creating a Presentation After completing this lesson, you will be able to: Start Microsoft PowerPoint. Explore the PowerPoint

More information

PowerPoint. PowerPoint. Creating Presentations

PowerPoint. PowerPoint. Creating Presentations PowerPoint PowerPoint Creating Presentations Microsoft Office 2010 Contents: When/if things go wrong... 4 Help... 4 Preparing a Presentation... 5 Starting PowerPoint and Creating a Presentation... 6 Creating

More information

Windows Live Movie Maker for teachers and faculty

Windows Live Movie Maker for teachers and faculty Windows Live Movie Maker for teachers and faculty Step-by-step Get Windows Live Movie Maker Download Download Windows Live Movie Maker at http://windowslive.com/desktop/moviemaker Run After the program

More information

Glogster.com. Type code from box above

Glogster.com. Type code from box above Glogster.com A glog is like a poster, only better. Glogs allow you to create an online poster using photographs, images, graphics, video files and sound files. Glogs allow you to add hyperlinks to other

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

PowerPoint 2013: Absolute Beginners. Workbook

PowerPoint 2013: Absolute Beginners. Workbook PowerPoint 2013: Absolute Beginners Workbook Edition 1 August 2014 Document Reference: 3809-2014 PowerPoint 2013: Absolute Beginners Contents Introduction Getting started with PowerPoint... 1 After the

More information

Triggers & Actions 10

Triggers & Actions 10 Triggers & Actions 10 CHAPTER Introduction Triggers and actions are the building blocks that you can use to create interactivity and custom features. Once you understand how these building blocks work,

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Microsoft PowerPoint 2013: Narrating a PowerPoint ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objective... 1 Create or Open a Presentation... 2 Preparing

More information

Camtasia Studio. Creating Screen Videos

Camtasia Studio. Creating Screen Videos Camtasia Studio Creating Screen Videos WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 INTRODUCTION... 1 WHY USE CAMTASIA STUDIO?... 2 WHERE CAN I GET CAMTASIA STUDIO?... 2 HOW TO USE

More information

Beginning PowerPoint: Hands-On Exercise (Windows XP) Regent University

Beginning PowerPoint: Hands-On Exercise (Windows XP) Regent University Beginning PowerPoint: Hands-On Exercise (Windows XP) 10/1/02 (Creation Date) 01/08/2004 Regent University The Center for Teaching & Learning 1 Beginning PowerPoint: Hands-On Exercise (Windows XP) 1. Open

More information

Click on various options: Publications by Wizard Publications by Design Blank Publication

Click on various options: Publications by Wizard Publications by Design Blank Publication Click on various options: Publications by Wizard Publications by Design Blank Publication Select the Blank Publications Tab: Choose a blank full page Click on Create New Page Insert > Page Select the number

More information

Windows Movie Maker 2012

Windows Movie Maker 2012 Windows Movie Maker 2012 Open Windows Movie Maker A shortcut for Movie Maker should be on the desktop, but if it is not, you can search for the program by touching the right edge of the screen and swiping

More information

PODCASTING ON WINDOWS PCs USING CAMTASIA

PODCASTING ON WINDOWS PCs USING CAMTASIA PODCASTING ON WINDOWS PCs USING CAMTASIA INTRODUCTION Camtasia 3 is one of the most powerful applications currently on the market for creating podcast content on Windows PCs. Originally designed as a screen

More information

Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2. Using Pinnacle Studio... 3

Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2. Using Pinnacle Studio... 3 Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2 Understanding Movie Formats...2 Permissions and Copyright...2 Using Pinnacle Studio... 3 Step One: Capturing Video from a Digital Camera...3

More information

Microsoft Office PowerPoint 2003. Identify components of the PowerPoint window. Tutorial 1 Creating a Presentation

Microsoft Office PowerPoint 2003. Identify components of the PowerPoint window. Tutorial 1 Creating a Presentation Microsoft Office PowerPoint 2003 Tutorial 1 Creating a Presentation 1 Identify components of the PowerPoint window You will recognize some of the features of the PowerPoint window that are common to Windows

More information

Microsoft Power Point 2007: The Basics

Microsoft Power Point 2007: The Basics Creating a presentation in Microsoft PowerPoint involves starting with a basic design; adding new slides and content, choosing layouts; modifying slide design; and creating effects such as animated slide

More information

Using PowerPoint To Create Art History Presentations For Macintosh computers running OSX with Microsoft Office 2008

Using PowerPoint To Create Art History Presentations For Macintosh computers running OSX with Microsoft Office 2008 Using PowerPoint To Create Art History Presentations For Macintosh computers running OSX with Microsoft Office 2008 Adapted by Gretchen Tuchel from the Institute of Fine Arts document by Elizabeth S. Funk

More information

CREATE AN ANIMATED AQUARIUM IN POWERPOINT

CREATE AN ANIMATED AQUARIUM IN POWERPOINT Introduction: PowerPoint is a fairly new way to animate in the digital world. Microsoft has made it easy for people of all ages to make animations with the easy tools they provide. Power Point 2007 Instructions:

More information

Creating a Web Site with Publisher 2010

Creating a Web Site with Publisher 2010 Creating a Web Site with Publisher 2010 Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This document may be

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Working with Video in PowerPoint 2010

Working with Video in PowerPoint 2010 518 442-3608 Working with Video in PowerPoint 2010 Adding video to a PowerPoint presentation can be very useful. In this handout we will explore many of the program s video options. When you start PowerPoint

More information

SMART Board Training Outline Trainer: Basel Badran

SMART Board Training Outline Trainer: Basel Badran Sharjah Higher Colleges of Technology SMART Board Training Outline Trainer: Basel Badran What is a SMART Board? o Concept & Technology SMART Board Components: o Smart Tools Start Center Recorder Keyboard

More information

SnagIt Add-Ins User Guide

SnagIt Add-Ins User Guide Version 8.1 User Guide By TechSmith Corp. User Guide User Guide Contents User s Guide 1 Overview...1 Word, PowerPoint, and Excel Add-Ins...2 Outlook Add-In...2 Internet Explorer / Windows Explorer Add-In...2

More information

PowerPoint 2007 Lesson 1: Getting Started

PowerPoint 2007 Lesson 1: Getting Started PowerPoint 2007 Lesson 1: Getting Started Anyone who is in a professional position will make presentations at one time or another. With the advent of fairly cheap and mobile LCD projectors, presentations

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

Create a PDF File. Tip. In this lesson, you will learn how to:

Create a PDF File. Tip. In this lesson, you will learn how to: Create a PDF File Now that you ve seen what an ETD looks like and how to browse the contents, it s time to learn how to convert your own thesis or dissertation into a PDF file. There are several different

More information

SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement

SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement SMART NOTEBOOK 10 Instructional Technology Enhancing ACHievement TABLE OF CONTENTS SMART Notebook 10 Themes... 3 Page Groups... 4 Magic Pen... 5 Shape Pen... 6 Tables... 7 Object Animation... 8 Aligning

More information

PowerPoint Slide Show Step-By-Step

PowerPoint Slide Show Step-By-Step Setting Up a Slide 1. Start PowerPoint. PowerPoint Slide Show Step-By-Step 2. You can choose the wizard tool, a template, or a blank presentation. Choose template. Click OK. 3. Choose the Blends template.

More information

PowerPoint 2013 Basics of Creating a PowerPoint Presentation

PowerPoint 2013 Basics of Creating a PowerPoint Presentation Revision 4 (01-31-2014) PowerPoint 2013 Basics of Creating a PowerPoint Presentation MICROSOFT POWERPOINT PowerPoint is software that lets you create visual presentations. PowerPoint presentations are

More information

Creating Accessible Documents in Word 2011 for Mac

Creating Accessible Documents in Word 2011 for Mac Creating Accessible Documents in Word 2011 for Mac NOTE: Word 2011 for Mac does not offer an Accessibility Checker. After creating your document, you can double-check your work on a PC, to make sure your

More information

Automate tasks with Visual Basic macros

Automate tasks with Visual Basic macros Automate tasks with Visual Basic macros If you're not familiar with macros, don't let the term frighten you. A macro is simply a recorded set of keystrokes and instructions that you can use to automate

More information

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it?

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it? SMART BOARD USER GUIDE FOR PC What is it? SMART Board is an interactive whiteboard available in an increasing number of classrooms at the University of Tennessee. While your laptop image is projected on

More information

SMART Boards. If the board is connected to a different computer - Orientation is needed whenever you connect it to a new or different computer.

SMART Boards. If the board is connected to a different computer - Orientation is needed whenever you connect it to a new or different computer. SMART Boards What is a SMART Board? The SMART Board is an interactive whiteboard that converts a computer and date projector into a powerful tool for teaching and learning. With the computer image projected

More information

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

To Begin Customize Office

To Begin Customize Office To Begin Customize Office Each of us needs to set up a work environment that is comfortable and meets our individual needs. As you work with Office 2007, you may choose to modify the options that are available.

More information

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

Creating a Flyer with Word

Creating a Flyer with Word Page 1 of 19 Creating a Flyer with Word Purpose In this tutorial sheet you will learn how to create a flyer with Word. More specifically, you will learn how to: 1. Use WordArt 2. Insert an image 3. Insert

More information

Microsoft Office Publisher 2010

Microsoft Office Publisher 2010 1 Microsoft Office Publisher 2010 Microsoft Publisher is a desktop publishing application which allows you to create artistic documents as brochures, flyers, and newsletters. To open Microsoft Office Publisher:

More information

Introduction to Microsoft Word 2003

Introduction to Microsoft Word 2003 Introduction to Microsoft Word 2003 Sabeera Kulkarni Information Technology Lab School of Information University of Texas at Austin Fall 2004 1. Objective This tutorial is designed for users who are new

More information

Clip Art in Office 2000

Clip Art in Office 2000 Clip Art in Office 2000 In the process of making a certificate, we will cover: Adding clipart and templates from the Microsoft Office Clip Gallery, Modifying clip art by grouping and ungrouping, Flipping

More information

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS Last Edited: 2012-07-09 1 Navigate the document interface... 4 Create and Name a new document... 5 Create a new Google document... 5 Name Google documents...

More information

Book Builder Training Materials Using Book Builder September 2014

Book Builder Training Materials Using Book Builder September 2014 Book Builder Training Materials Using Book Builder September 2014 Prepared by WDI, Inc. Table of Contents Introduction --------------------------------------------------------------------------------------------------------------------

More information

Introduction to Microsoft PowerPoint

Introduction to Microsoft PowerPoint Introduction to Microsoft PowerPoint By the end of class, students should be able to: Identify parts of the work area. Create a new presentation using PowerPoint s design templates. Navigate around a presentation.

More information

Page 1. 1.0 Create and Manage a Presentation 1.1 Create a Presentation Pages Where Covered

Page 1. 1.0 Create and Manage a Presentation 1.1 Create a Presentation Pages Where Covered Page 1 Study Guide for MOS Objectives in Microsoft PowerPoint 2013 Illustrated 1.0 Create and Manage a Presentation 1.1 Create a Presentation creating blank presentations 6 creating presentations using

More information

Using WINK to create custom animated tutorials

Using WINK to create custom animated tutorials Using WINK to create custom animated tutorials A great way for students and teachers alike to learn how to use new software is to see it demonstrated and to reinforce the lesson by reviewing the demonstration.

More information

Blackboard 9.1 Basic Instructor Manual

Blackboard 9.1 Basic Instructor Manual Blackboard 9.1 Basic Instructor Manual 1. Introduction to Blackboard 9.1... 2 1.1 Logging in to Blackboard... 3 2. The Edit Mode on... 3 3. Editing the course menu... 4 3.1 The course menu explained...

More information

Manual. OIRE Escuela de Profesiones de la Salud. Power Point 2007

Manual. OIRE Escuela de Profesiones de la Salud. Power Point 2007 Power Point 2007 Manual OIRE Escuela de Profesiones de la Salud Power Point 2007 2008 The New Power Point Interface PowerPoint is currently the most common software used for making visual aids for presentations.

More information

Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace

Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace Release: 7.0 Revision Date: December 9, 2009 1:29 pm This section describes how to use the features in the Cisco Unified MeetingPlace

More information

-SoftChalk LessonBuilder-

-SoftChalk LessonBuilder- -SoftChalk LessonBuilder- SoftChalk is a powerful web lesson editor that lets you easily create engaging, interactive web lessons for your e-learning classroom. It allows you to create and edit content

More information

Adding emphasis to a presentation in PowerPoint 2010 and 2013 for Windows

Adding emphasis to a presentation in PowerPoint 2010 and 2013 for Windows Adding emphasis to a presentation in PowerPoint 2010 and 2013 for Windows This document introduces technique to add interest to your presentation using graphics, audio and video. More detailed training

More information