How do I make the text of shape1 appear on shape2 by click on shap

P

Preschool Mike

I am trying to make a quiz (game) for my preschool class. What I’m trying to
accomplish is when presented with a word like “cat†they must click on the
appropriate letters to spell the word. On the slide the word “cat†would be
presented and then they must click on the correct letters to spell the word –
click on “c†and “c†would appear in shape2, click on “a†and “a†would
appear in shape3 and so on. I also want to account for misspelled (incorrect
clicks) – if they click on “b†instead of “c†the “b†would appear in shape2.
Lastly I want the answers to appear on a printable page. I know how to set
up the printable page, but not sure how to do it so they answers appear as to
how I want the quiz to operate. I know how to accomplish this using the
InputBox procedure but since their typing skills aren’t they best I wanted to
do it by them selecting the correct letters. Is this possible? If so how? Or
is there a better way to accomplish this task. Any help would be appreciated.
Thanks,
 
D

David Marcovitz

Triggers would work well for a small number of choices and no printable
page or grading. However, as the choices grow, the complexity of the
triggers grows. Additionally, It would be hard to get it all right where
the first click puts something in the first box, and the second click
puts something in the second box. I think this has to be done with VBA.
Fortunately, the OP is already using VBA.

I forgot about the printable page part in my earlier answer. That part
could be done in a number of ways, including some variation of the
multiple choice quizzes with printable pages on my site:

http://www.PowerfulPowerPoint.com/

I think that Example 7.9 is a good starting place. Example 8.11 might be
even better. They both include a printable page with short-answer and
multiple-choice questions.

--David

--
David Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/

Echo S said:
http://www.echosvoice.com/triggers.htm has a pretty straightforward
explanation.

--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx


Preschool Mike said:
I am trying to make a quiz (game) for my preschool class. What I’m trying
to
accomplish is when presented with a word like “cat†they must click on the
appropriate letters to spell the word. On the slide the word “cat†would
be
presented and then they must click on the correct letters to spell the
word –
click on “c†and “c†would appear in shape2, click on “a†and “a†would
appear in shape3 and so on. I also want to account for misspelled
(incorrect
clicks) – if they click on “b†instead of “c†the “b†would appear in
shape2.
Lastly I want the answers to appear on a printable page. I know how to
set
up the printable page, but not sure how to do it so they answers appear as
to
how I want the quiz to operate. I know how to accomplish this using the
InputBox procedure but since their typing skills aren’t they best I wanted
to
do it by them selecting the correct letters. Is this possible? If so how?
Or
is there a better way to accomplish this task. Any help would be
appreciated.
Thanks,
 
E

Echo S

Yeah, I didn't read closely enough and realize he was asking about VBA.

And you're right -- this could get real complicated real fast!

--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx


David Marcovitz said:
Triggers would work well for a small number of choices and no printable
page or grading. However, as the choices grow, the complexity of the
triggers grows. Additionally, It would be hard to get it all right where
the first click puts something in the first box, and the second click
puts something in the second box. I think this has to be done with VBA.
Fortunately, the OP is already using VBA.

I forgot about the printable page part in my earlier answer. That part
could be done in a number of ways, including some variation of the
multiple choice quizzes with printable pages on my site:

http://www.PowerfulPowerPoint.com/

I think that Example 7.9 is a good starting place. Example 8.11 might be
even better. They both include a printable page with short-answer and
multiple-choice questions.

--David

--
David Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/

Echo S said:
http://www.echosvoice.com/triggers.htm has a pretty straightforward
explanation.

--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx


message
I am trying to make a quiz (game) for my preschool class. What Iâ?Tm
trying
to
accomplish is when presented with a word like â?ocatâ? they must click
on the
appropriate letters to spell the word. On the slide the word â?ocatâ?
would
be
presented and then they must click on the correct letters to spell the
word â?"
click on â?ocâ? and â?ocâ? would appear in shape2, click on â?oaâ?
and â?oaâ? would
appear in shape3 and so on. I also want to account for misspelled
(incorrect
clicks) â?" if they click on â?obâ? instead of â?ocâ? the â?obâ?
would appear in
shape2.
Lastly I want the answers to appear on a printable page. I know how to
set
up the printable page, but not sure how to do it so they answers appear
as
to
how I want the quiz to operate. I know how to accomplish this using
the
InputBox procedure but since their typing skills arenâ?Tt they best I
wanted
to
do it by them selecting the correct letters. Is this possible? If so
how?
Or
is there a better way to accomplish this task. Any help would be
appreciated.
Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top