PC Review


Reply
Thread Tools Rate Thread

how can I make an test in powerpoint which scores the test?

 
 
=?Utf-8?B?TFJURDU=?=
Guest
Posts: n/a
 
      9th Jan 2006
I would like to know how I can make a mulitiple choice test in powerpoint
which includes the following items:

-Name of the person taking the test
-Date of the test
-If the question is right or wrong straight away without the option to
change the answer.
-Score the test at the end giving an immediate grade.
-An export of the results to Excel

Cheers,

Chris
 
Reply With Quote
 
 
 
 
Bill Foley
Guest
Posts: n/a
 
      9th Jan 2006
Chris,

This is quite involved and requires the use of VBA. Are you planning on
distributing these CBT-type presentations or are they for in-house use? If
you want, check out my site at the address below. I have an example that
does what you want (I normally export the data to an Access database).

You can let me know off-line if you are interested. You can send a message
to either "pttinc at itexas dot net" or "info at pttinc dot com".

http://www.pttinc.com/cbt_development.html (top download)

Sincerely,

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

"LRTD5" <(E-Mail Removed)> wrote in message
news:2E389812-3579-40EC-90A4-(E-Mail Removed)...
>I would like to know how I can make a mulitiple choice test in powerpoint
> which includes the following items:
>
> -Name of the person taking the test
> -Date of the test
> -If the question is right or wrong straight away without the option to
> change the answer.
> -Score the test at the end giving an immediate grade.
> -An export of the results to Excel
>
> Cheers,
>
> Chris



 
Reply With Quote
 
=?Utf-8?B?TFJURDU=?=
Guest
Posts: n/a
 
      10th Jan 2006
Bill,

Thanks for the samples. I have to admit that I have never used VBA before. I
was just curious as to how you would export it to Access?

Just for your information the presentation is just for internal use.

Cheers,

Chris

"Bill Foley" wrote:

> Chris,
>
> This is quite involved and requires the use of VBA. Are you planning on
> distributing these CBT-type presentations or are they for in-house use? If
> you want, check out my site at the address below. I have an example that
> does what you want (I normally export the data to an Access database).
>
> You can let me know off-line if you are interested. You can send a message
> to either "pttinc at itexas dot net" or "info at pttinc dot com".
>
> http://www.pttinc.com/cbt_development.html (top download)
>
> Sincerely,
>
> --
> Bill Foley, Microsoft MVP (PowerPoint)
> Microsoft Office Specialist Master Instructor
> www.pttinc.com
> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
> "Success, something you measure when you are through succeeding."
>
> "LRTD5" <(E-Mail Removed)> wrote in message
> news:2E389812-3579-40EC-90A4-(E-Mail Removed)...
> >I would like to know how I can make a mulitiple choice test in powerpoint
> > which includes the following items:
> >
> > -Name of the person taking the test
> > -Date of the test
> > -If the question is right or wrong straight away without the option to
> > change the answer.
> > -Score the test at the end giving an immediate grade.
> > -An export of the results to Excel
> >
> > Cheers,
> >
> > Chris

>
>
>

 
Reply With Quote
 
David M. Marcovitz
Guest
Posts: n/a
 
      10th Jan 2006
In addition to Bill's examples, you can check out my examples at:

http://www.PowerfulPowerPoint.com/

I don't have any examples that write to Excel, but I do have examples
that write to text files.

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/

"=?Utf-8?B?TFJURDU=?=" <(E-Mail Removed)> wrote in
news:AAE43365-9863-4373-9678-(E-Mail Removed):

> Bill,
>
> Thanks for the samples. I have to admit that I have never used VBA
> before. I was just curious as to how you would export it to Access?
>
> Just for your information the presentation is just for internal use.
>
> Cheers,
>
> Chris
>
> "Bill Foley" wrote:
>
>> Chris,
>>
>> This is quite involved and requires the use of VBA. Are you planning
>> on distributing these CBT-type presentations or are they for in-house
>> use? If you want, check out my site at the address below. I have an
>> example that does what you want (I normally export the data to an
>> Access database).
>>
>> You can let me know off-line if you are interested. You can send a
>> message to either "pttinc at itexas dot net" or "info at pttinc dot
>> com".
>>
>> http://www.pttinc.com/cbt_development.html (top download)
>>
>> Sincerely,
>>
>> --
>> Bill Foley, Microsoft MVP (PowerPoint)
>> Microsoft Office Specialist Master Instructor
>> www.pttinc.com
>> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
>> "Success, something you measure when you are through succeeding."
>>
>> "LRTD5" <(E-Mail Removed)> wrote in message
>> news:2E389812-3579-40EC-90A4-(E-Mail Removed)...
>> >I would like to know how I can make a mulitiple choice test in
>> >powerpoint
>> > which includes the following items:
>> >
>> > -Name of the person taking the test
>> > -Date of the test
>> > -If the question is right or wrong straight away without the option
>> > to change the answer.
>> > -Score the test at the end giving an immediate grade.
>> > -An export of the results to Excel
>> >
>> > Cheers,
>> >
>> > Chris

>>
>>
>>


 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      18th Jan 2006
Hi Chris

Just read your post. If you haven't written code to do it, I could send you
a VBA code sample to send data to an Access table as well as query an Access
table during the presentation and place it in a text box on a slide if you
like. This cannot happen if you are using a powerpoint viewer.

Paul

"LRTD5" <(E-Mail Removed)> wrote in message
news:2E389812-3579-40EC-90A4-(E-Mail Removed)...
>I would like to know how I can make a mulitiple choice test in powerpoint
> which includes the following items:
>
> -Name of the person taking the test
> -Date of the test
> -If the question is right or wrong straight away without the option to
> change the answer.
> -Score the test at the end giving an immediate grade.
> -An export of the results to Excel
>
> Cheers,
>
> Chris



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate mean of test scores from rows of test answers RiotLoadTime Microsoft Excel Misc 1 26th Jul 2006 05:14 PM
Test scores one to many? harperwork18@yahoo.com Microsoft Access Database Table Design 11 28th Jun 2006 04:13 PM
separating test data from test code + creating skeleton unit test classes QA Guy Microsoft C# .NET 0 6th Apr 2005 10:00 AM
separating test data from test code + creating skeleton unit test classes qualityassurance@gmail.com Microsoft C# .NET 0 6th Apr 2005 09:38 AM
Dropping test scores J.J. Feminella Microsoft Excel Worksheet Functions 1 5th May 2004 12:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:52 PM.