Powerpoint pps with macro error
Hi - I have a medialab experiment file that calls a PowerPoint PPS file with an embedded macro (monitoring participants progress through a training tutorial and allowing or restricting them access to content according to path taken). When I run it with MediaLab there are no problems (the macro works perfectly); however, after the last slide a pop-up window asks me whether or not I want to save changes made to file, even though no changes were made.
How can I prevent that window from poping-up? Is this an issue with Medialab or PowerPoint?
Thanks!
Problem with VB coding: Here's the solution
I figured it out. The problem is with VB code and not MediaLab. Basically, at the end of the presentation the message "would you like to save changes" appeared because - I assume - all my defined variables in VB were not set to their initial state. Basically, I have just added a sub that 'initializes' all my variables to their initial state, and then I add a line to close the application in the same sub (e.g., ActivePresentation.Quit).
monitor user's progress in powerpoint
Hi sscielzo (and anyone else out there),
I was wondering if you could help me out.
I would also like to create a powerpoint that can monitor a user's progress through the slideshow. Mine would have objects with custom action settings, so there would be interactive content, and users might click on different objects and see different parts of the show.
I want to know what parts of the slideshow were clicked on, what pages were viewed as a result, how long they viewed each slide for, etc. Anything that would indicate how much they interacted with it. Is that similar to what your VB macro did?
If you could give me some pointers or links on how I would do that or even send an example, it would be very much appreciated.
Thanks!