PDA

View Full Version : Powerpoint Quiz



max777
10-16-2015, 12:09 AM
Hi all,

I am creating a quiz on powerpoint.

The idea is pretty simple.

1. There are a x number of questions on the first slide in the form of boxes. Since none of the boxes have been viewed, they are all in green.
2. User can click on any box to view the question.
3. Once user is ready to view the answer, he/she will click on a button to view the answer.
4. Upon viewing the answer, the user will be able to click on a button to return to the original page with the boxes. But at this point, the box that was clicked turns to red colour(for example).

It's a pretty simple script. My question would be what would be the best way to go about it. I've experience in web programming but not so much in VBA. Which part should be created on powerpoint directly and which parts should be programmed in vba?

Appreciate it if someone can point me to a direction to get started.

Thank you.

John Wilson
10-16-2015, 01:03 AM
If you do not need to keep score or check for incorrect answers you don't need any code at all.

Unpick this demo14606

max777
10-16-2015, 01:13 AM
Hi John,

Thanks for your reply. Yeah, i don't need to keep track of scores or incorrect answers.
Perfect, thank you!