sound to a checkbox

  • Thread starter Thread starter Shari K
  • Start date Start date
S

Shari K

Our customer is creating a quiz using PowerPoint and
wants it a bit interactive. 4 choices for the answer,
using a checkbox and clicking the right answer, if click
the right answer then a sound plays so that the person
taking the quiz knows it's a right answer. He would also
like when clicking a check box the answer stands out,
almost 3D or raised. Any ideas? thanks so much for your
time, Shari
 
Hi Shari,

The methods to do this vary by version of PowerPoint. They are simpler in
PowerPoint 2002 and 2003, but the effect can be achieved in PowerPoint 97 or
2000.

Post back with your version so that we can help you get the effect you need.

--
Bill Dilworth, Microsoft PPT MVP
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..
 
PowerPoint 2000 with XP
-----Original Message-----
Hi Shari,

The methods to do this vary by version of PowerPoint. They are simpler in
PowerPoint 2002 and 2003, but the effect can be achieved in PowerPoint 97 or
2000.

Post back with your version so that we can help you get the effect you need.

--
Bill Dilworth, Microsoft PPT MVP
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..




.
 
In PowerPoint 2000 you will be forced to decide if you want to make it look
good, or make it reasonably sized. I usually favor the former.

What I would do, is to create a series of three slides for each question.

For each section I would create the question slide.
- 1.1 Insert a new slide -- 'Question slide'
- 1.2 Add textboxes for the question and any instructions.
- 1.3 Add a background
- 1.4 Insert a rectangular autoshape,
- - 1.4.1 Type the answer inside this shape
- - 1.4.2 Format the text
- - 1.4.3 Select answer shape then Format | Autoshape | {tab} Lines &
colors | Fill | Background )
- 1.5 Select answer shape, copy and paste 3 times
- 1.6 Replace answers inside answer shapes 2, 3, and 4 with selection of
answers
- 1.7 SlideShow | Slide Transition | {uncheck} Advance Slide on Mouse
Click and {uncheck} Automatically after ...

Still with me? Don't worry, almost done.
- 2.1 Select the slide and copy it.
- 2.2. Select 2nd slide, we will make the 'wrong answer' slide.
- 2.3 Add a sound to play automatically on advancing into the slide (a
raspberry or buzzer -- negative type sound).
- 2.4 You may also want to add text that states "Your answer was not
correct, guess again".
- 2.5 Add a rectangle with no fill over the entire slide. (this is the
advance link)
- 2.6 Hyperlink this transparent shape back to the question slide.

- 3.1 Select slide 2 (wrong answer slide) and copy it -- this is the 'Right
answer' slide
- 3.2 Change the special wording to "Correct answer. Let's do another."
- 3.3 Change the advance hyperlink to 'next slide' instead of the first
slide of the trio
- 3.4 change the sound that plays on advancing into the slide to a happy
one

Last steps, promise.
On the first slide of the trio, hyperlink the wrong answers to the second of
the trio. Then link the right answer to the third slide.


Now you have mentioned changing the appearance of the answers when selected.
The right answer can be bolded on the 3rd slide to make it stand out, but to
do the wrong answers would require adding a separate slide for each of the
wrong answers instead of one for all three.

If you would like to insert a small box symbol at the beginning of each
answer, you can make it appear that there is a check box, but the shapes do
not care where you click inside the borders to activate the hyperlink.

See if this doesn't do the trick for you. Post back if my babbling has
taken you astray.


--
Bill Dilworth, Microsoft PPT MVP
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

If none of the suggestions provided give you the functionality that you
were looking for and, if you (or anyone else reading this message) think
that it's important that PowerPoint provide this kind of functionality,
don't forget to send your feedback (in YOUR OWN WORDS, please) to Microsoft
at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Thanks for the suggestion. I tried to get to the code and
it wants a password. Can you assist?

Shari
 
Yes he did, but, it's asking me for a password when i go
to the vb editor.

thanks
Shari
-----Original Message-----
Bill Foley already responded with a VBA script that will
do what you want, and that is probably your best bet for
the short term. But if you want to do a lot with
quizzes, learning some VBA is your best. You might want
to check out my book Powerful PowerPoint for Educators
which is coming out any day now (you can find it on
amazon.com or bn.com).
 
Did you download the CBT sample or the Review Question sample? The CBT
sample is password protected, but the other one is not. If you want, I can
send it directly to you.
 
thank you, I would like to see the CBT sample also for
the check score code. (e-mail address removed)
thank you very much,
Shari
 
Would you please send the CBT sample code for the check
score section? email is (e-mail address removed)
 
Sorry, I have been out all day and am on vacation this week so I haven't
noticed this thread (which I replied from work). To check your score, this
"section" actually consists of several parts. I will summarize:

1. Declare your variables - I use "intCorrect" and "intIncorrect". This is
shown as:

Dim intCorrect As Integer
Dim intIncorrect As Integer

2. Initialize the variables - I use a button on the first slide that (among
other things) runs the code to set them to "zero". This is shown as:

intCorrect = 0
intIncorrect = 0

3. Next thing is to add one to either depending on which choice is selected.
If the wrong button is clicked, one of the things the code does is:

intIncorrect = intIncorrect + 1

4. The Check Score macro (besides other things) basically does the
following:

Score = intCorrect / (intCorrect + intIncorrect)
MsgBox ("Your score is " & Format(Score, "00.0%"))

Hope this helps! Sorry for the delay!
 
One other declaration that obviously must be made is for the "Score"
variable. It is shown as:

Dim Score As Double
 
Thanks so much for your time!

Shari
-----Original Message-----
One other declaration that obviously must be made is for the "Score"
variable. It is shown as:

Dim Score As Double

--
Bill Foley, Microsoft MVP (PowerPoint)
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

check your score,
this and "intIncorrect". This
is first slide that
(among which choice is
selected.


.
 
Back
Top