"I would like to create a report that measures the time spent on each slide so I can see that the learner spent, for example, this much time on slide X and that much time on slide Y. Is that possible?
Hi,
Yes, it is possible by adding JavaScript to track the time learners spend on each slide.
You can add the tracking script to the project’s On Load event (Click the File button > Project > Properties > the Interactivity tab > On Load event> add an Execute JavaScript action).
Then, add another script to the On Load event of the last slide to display the slide time report (Slide Properties > the Interactivity > On Load event > add an Execute JavaScript action).
I’ve attached a sample project for your reference. In that project, the last slide shows the time spent on each slide.
Slide_time.approj (1.2 MB)
Regards,
Hoa
Wow thank you, What do I need to do so that only I can see the results and not the learner? Do I need to do something special on the last learning slide, or how can I view the result without the learner seeing it?
Hi,
Unfortunately, in this case, there is currently no way to do that in ActivePresenter.
The sample project is only intended to demonstrate how to track and display the time spent on each slide.
Regards,
Hoa