Adapting a ready made PowerPoint quiz with VBA

Slides:



Advertisements
Similar presentations
© Open the PowerPoint application first. Use the Open file option to locate the file NB: The sequencing activity cannot be carried.
Advertisements

or How to make PowerPoint behave like an Interactive Whiteboard.
The Magic PowerPoint or How to make PowerPoint behave like an Interactive Whiteboard.
1. 2 Viewing window: You can watch the movie that is emerging by using the controls underneath. These work like a standard video player. Timeline: When.
Macros/VBA Project Modules and Creating Add-Ins on the Toolbar
Excel and Visual Basic. Outline Data exchange between Excel and Visual Basic. Programming VB in Excel.
© Paradigm Publishing, Inc Excel 2013 Level 1 Unit 1Preparing and Formatting a Worksheet Chapter 1Preparing an Excel Workbook.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Excel Project 7 Using Macros and Visual Basic for Applications (VBA) with Excel.
Using Macros and Visual Basic for Applications (VBA) with Excel
Developing an Excel Application
Tutorial 8: Developing an Excel Application
XP New Perspectives on Microsoft Excel 2003, Second Edition- Tutorial 8 1 Microsoft Office Excel 2003 Tutorial 8 – Developing an Excel Application.
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
PowerPoint Quiz Template
1 ADVANCED MICROSOFT POWERPOINT Lesson 5 – Using Advanced Text Features Microsoft Office 2003: Advanced.
String Variables Visual Basic for Applications 4.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
Using the Visual Basic Editor Visual Basic for Applications 1.
Instructions for Enabling PowerPoint to Use Drag and Drop Macro 1.Open PowerPoint 2.Click Tools 3.Click Options 4.Click Security 5.Click Macro Security.
Create a Narrated Story with PowerPoint. Basics Enter Text. (Click in the text box and start typing. If a text box is not visible, go to Insert > Text.
Welcome to Transforming PowerPoint: Creating an Interactive Environment using VBA Log onto computer Open Internet Explorer URL -
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Word Project 8 Working with Macros and Visual Basic for Applications (VBA)
Excel Lesson 14 Creating and Using Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
By Andrew Noske My PowerPoint Macros.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Exploring Microsoft Excel 2002 Chapter 8 Chapter 8 Automating Repetitive Tasks: Macros and Visual Basic for Applications By Robert T. Grauer Maryann Barber.
Word Lesson 16 Working with Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Before modifying and saving: A certificate may be printed when a student answers the last question correctly (Slide 35). A macro is used to print out.
How to annotate an X-ray in the client file PURPOSE - To mark up x-rays or other images after they are loaded to the client file PREREQUISITES - Basic.
Customizing Microsoft Project
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. M I C R O S O F T ® Preparing for Electronic Distribution Lesson 14.
Microsoft ® Office 2007 Training Security II: Turn off the Message Bar and run code safely John Deere presents:
Computer Skills /1436 Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Place photo here 1.
| | Tel: | | Computer Training & Personal Development Microsoft Office PowerPoint 2007 Expert.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
1 CA201 Word Application Increasing Efficiency Week # 13 By Tariq Ibn Aziz Dammam Community college.
NetTech Solutions Using Advanced Tools Lesson 5. NetTech Solutions Objectives Use Slide Finder Use the Format Painter Understand the purpose of macros.
1 ADVANCED MICROSOFT WORD Lesson 16 – Customizing Features Microsoft Office 2003: Advanced.
WEBiT Adding a new page. 1. View a page like the one you wish to create a. Navigate to a page with a similar layout to the new page you wish to create.
OCC Network Drives  H:\  P:\ 
Before modifying and saving: A certificate may be printed when a student answers the last question correctly (Slide 35). A macro is used to print out.
Creating a PowerPoint Interactive Quiz By Michelle A. O’Malley League Academy of Communication Arts Greenville, South Carolina
1 ADVANCED MICROSOFT POWERPOINT Lesson 9 – Importing and Exporting Information Microsoft Office 2003: Advanced.
Adding Sound Files to a Power Point Presentation.
Vocabulary in VB So Far. Assignment: Used to change the value of an object at run time Used to change the value of an object at run time.
1 PowerPoint II Slide Transitions, Animations, and Links.
Jeremiah McNichols Partnership for Environmental Education and Rural Health PowerPoint Toolbar Creator Instructions and Foundation.
Use Flowchart modeling to design and create an interactive quiz to be run on Powerpoint. Start Question Click to start the quiz Correct Incorrect, try.
Adding a wave file to a slide Adding a wave file to a slide (1 of 7) 1. Click on Insert. 2. Click Movies and Sounds. 3. Click Sound from file
Links take you to…  Different slides in your presentation  A different PowerPoint presentation  Any program - (Word can be used for example to complete.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Lesson 1. Security At the menu bar at the top you will see the word Tools. Click your mouse on Tools scroll down to Macro. Move the Mouse over and down.
Microsoft PowerPoint Prepared by the Academic Faculty Members of IT.
1 CA202 Spreadsheet Application Automating Repetitive Tasks with Macros Lecture # 12 Dammam Community College.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
“Save As” 1.To the I drive 2.With your LastName FirstrName at the beginning of the file name. (ex. - Hurlow Dan Links.ppt) Go to the next slide.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
COMPREHENSIVE Excel Tutorial 12 Expanding Excel with Visual Basic for Applications.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Excel Tutorial 8 Developing an Excel Application
SECTION 1: Add-ons to PowerPoint
Computer Fundamentals
Microsoft Office Illustrated
Microsoft Excel 2003 Illustrated Complete
Using the Multiple Choice Template
or How to make PowerPoint behave like an Interactive Whiteboard.
Images into PowerPoint
or How to make PowerPoint behave like an Interactive Whiteboard.
Microsoft Office Excel 2003
Visual Basic for Applications: Introduction
Presentation transcript:

Adapting a ready made PowerPoint quiz with VBA Pam Miller

Adapting a ready made PowerPoint quiz with VBA Security The security must be set to Medium for the macros to work. Check Tools, Macro, Security. You should set it to Medium, then Save, Close, Open, Enable macros and then View. Adapting a ready made PowerPoint quiz with VBA

Opening a PowerPoint quiz made with VBA You must enable the macro for the quiz to work. Adapting a ready made PowerPoint quiz with VBA

Adapting a ready made PowerPoint quiz with VBA Now … Look at a PowerPoint quiz made with VBA Save the ‘perfect quiz’ in read-only safe place Consider and change the testing file Play and adapt Adapting a ready made PowerPoint quiz with VBA

Protecting the coding

Adapting a ready made PowerPoint quiz with VBA Save as PPS If you save your work as a PowerPoint Show or PPS no one can get into the VBA coding and change it. File, Save as Adapting a ready made PowerPoint quiz with VBA

To an object To part of an object Attaching a macro … To an object To part of an object

Attaching a macro to an object Right click on the object. Select Action Settings, Mouse Click, Run macro, select macro. It must be an object and not text, i.e. it must be a text box/object. Adapting a ready made PowerPoint quiz with VBA

Attaching a macro to part of an object To attach a macro to part of an object, add a small object to the small area. Do it in colour, position it, add the macro and then adjust the settings removing the fill and the border. You could first attach a macro to the large ‘wrong’ area and then another macro for the small ‘correct’ area. Adapting a ready made PowerPoint quiz with VBA

VB Editor Getting VB Editor

Adapting a ready made PowerPoint quiz with VBA Getting VB editor Click on View, Toolbars, Visual Basic. You need the Visual Basic Editor. Click on the Visual Basic Editor Now click on VBAProject, and then on Modules and then on Module 1 and the editing box appears. Adapting a ready made PowerPoint quiz with VBA

Getting VB editor another way Adapting a ready made PowerPoint quiz with VBA

Macro name Message Input box prompt Title for input box Changing … Macro name Message Input box prompt Title for input box

Adapting a ready made PowerPoint quiz with VBA Changing macro name You can change the macro name. It must be one word with no spaces. The name will change in the Run macro box. Adapting a ready made PowerPoint quiz with VBA

Adapting a ready made PowerPoint quiz with VBA Changing the message You can change the message. Type it inside the quotation marks. Adapting a ready made PowerPoint quiz with VBA

Changing input box prompt You can change the prompt. Type it inside the quotation marks. Adapting a ready made PowerPoint quiz with VBA

Changing title for input box You can change the title of the input box. Type it inside the quotation marks. Adapting a ready made PowerPoint quiz with VBA

Calculations Done for you

Doing calculations – they have been done for you Look at how the calculations are added and subtracted. They are based on the number of positive and negative responses. If you do not want the quiz results do not attach the macro ‘Feedback’. Adapting a ready made PowerPoint quiz with VBA

Selecting the correct answer On click Not moving forward

Moving forward on instruction from macro Look at the coding where you indicate viewing the Next slide. Adapting a ready made PowerPoint quiz with VBA

Moving forward using action buttons Using an action button allows you to specify which slide you wish to link to. Adapting a ready made PowerPoint quiz with VBA

No moving forward at all To prevent any meaningless moving forward using a mouse or clicking, select Slide Show, Set Up Show, Browsed at kiosk. But if you do this no animation which needs a click will work, so if you have animations make them automatic. Adapting a ready made PowerPoint quiz with VBA

Displaying message

Adapting a ready made PowerPoint quiz with VBA Displaying a message An easy effective macro is to show a message. Copy the coding. Adapting a ready made PowerPoint quiz with VBA

Adapting a ready made PowerPoint quiz with VBA Displaying a message Be creative Adapting a ready made PowerPoint quiz with VBA

Adapting a ready made PowerPoint quiz with VBA Be creative Be creative Be creative Adapting a ready made PowerPoint quiz with VBA