Answer counting in autorun CD presentation? too

  • Thread starter Thread starter Guurt
  • Start date Start date
G

Guurt

Hello All,

In addition to the former question, as it will be about 60 multiple choice
questions.... What would be a practical solution to have given answers
judged 'right' or 'wrong'??? (and ofcourse than counting, if possible..)

Thanx again!
Guurt
 
Hi Guurt,
Yes you could count the right and wrong as well as do other things
like you suggest here.
Can't write it back to the CD since that would be ReadOnly but you
could write it to a text file in Notepad or you could write it to an
Excel file.

Simple idea first for testing. Declare a Public variable as a long.
Then for every right answer increment the public variable by the score
of the question. Then just display a msgbox at the end of all the
routines. Test that on a burned CD and apply as appropriate for what
you really want to do.

Brian Reilly, PowerPoint MVP
 
Back
Top