I've been pondering this one all day and thought i'd see if anyone else can help.
I'm making an interactive book in powerpoint and i want a quiz at the end. Each question will have it's own slide and 4 answers to choose from. After deciding that creating an access database using a form for each question was beyond my programming knowledge (i got stuck when i was trying to make the order of the multiple choices random), i decided to go for a simple counter system where only one of the four buttons on each slide would add 1 to the counter.
Is such programming possible in powerpoint? I need somewhere to store the value for "count", but once the macro is finished the value disappears.
My last resort is to run the whole quiz through one single macro, each question asked using the "inputbox" command, but it would be nice to use slides with pictures.
Any suggestions/directions would be appreciated.
I'm making an interactive book in powerpoint and i want a quiz at the end. Each question will have it's own slide and 4 answers to choose from. After deciding that creating an access database using a form for each question was beyond my programming knowledge (i got stuck when i was trying to make the order of the multiple choices random), i decided to go for a simple counter system where only one of the four buttons on each slide would add 1 to the counter.
Is such programming possible in powerpoint? I need somewhere to store the value for "count", but once the macro is finished the value disappears.
My last resort is to run the whole quiz through one single macro, each question asked using the "inputbox" command, but it would be nice to use slides with pictures.
Any suggestions/directions would be appreciated.