Team One Team Two Team Three Team Four Team Five Team Six Team Seven Team Eight 1
Timer Bar
Use popup boxes to apply the contiguity principle when combing text & graphics Place a ‘no fill’ action button over graphic image, group them, then animate the grouped button with emphasis Pop-up Boxes 3
Spin wheel 4
Drag & Drop (uses the dragdrop macro) 5 See introduction to writing macros in Visual Basic in MS Office applications at
Using the Exit animation following every mouse click on a specific square 6
Drag & drop 7
Drag & Drop 8
0 Wrong answer Reset score The action buttons in this slide use the Visual Basic Macros (see below) to change the score displayed in the scorebox. Select Developer/Macros/Edit to see macros in the Visual Basic Editor Sub pointSubstract() score = Val(ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text) ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text = score - 1 End Sub Sub pointAdd() score = Val(ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text) ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text = score + 1 If score => 10 Then MsgBox "You win!" End Sub Sub Resetscorebox() ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text = 0 End Sub Code written by Allan Jeong, February 2010 Learn how to write macros in Visual Basic in MS Office applications at Score box 9 Right answer
Place Your Multiple Choice Question Here Which Answer Below is Correct? - Robie Knows! Robie Says – Try Again Robie Says – Great Job! Incorrect Answer3 Incorrect Answer1 Incorrect Answer2 Correct Answer NextBack
Roll Die Roll Dice (not working) 11
Roll Dice (not working) 12