Can I create a quiz in ppt requiring correct answers to advance?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to set up a quiz using ppt that would require the user to correctly
answer the question before the slide would advance to the next slide or
question. How do I do this?
 
It can easily be done using VBA. If you want, I have a 10 question sample
you can download and use at:

http://www.pttinc.com/cbt_development.html

You MUST have your macro security set to MEDIUM for it to work (Tools,
Macro, Security). When opening the file (after you unzip it, make sure you
click "Enable Macros".

Holler if you have any questions.
 
Bill:

Thank you so much for the quick response. I will check this out tomorrow and
let you know how it goes!

Ilana
 
A different approach which I use in teaching my high school foreign
language classes uses trigger events rather than Visual Basic. These
will work in PowerPoint Viewer 2003, but will not work in older
versions of PowerPoint which do not support triggers. An example
template can be downloaded from this link.

http://pwidergren.net/PPT/practica/sppract.htm

Third one over or third one down.

Paul Widergren
(e-mail address removed)
 
Thanks for the alternative suggestion Paul. I will try the different
approaches that have been suggested. :=)
 
Back
Top