L
lorraine
Hello. We have powerpoint slides that we use for face-to-face training,
but now we want to allow users to download the slides in case they
can't make the training sessions.
The issue is that we need to be able to collect data on how long
they've actually been viewing the presention in order to give them
credit for "taking the course."
I realize there are third party products that do this, but we don't
want to go down that path. Based on some preliminary research it seems
like I should be able to use event handlers to connect to our database
to see who is viewing what and when. But is this the best way to go? I
don't want to expose our database connections in the vba code or make
it cumbersome for the user by launching an IE window to run an asp with
sql queries (is that actually doable anyhow? I'm just brainstorming...)
I guess my question is two fold: what is the best solution suited for
tracking how long a person is viewing a presentation, and any tips how
to get that done.
Thanks
Lorraine
but now we want to allow users to download the slides in case they
can't make the training sessions.
The issue is that we need to be able to collect data on how long
they've actually been viewing the presention in order to give them
credit for "taking the course."
I realize there are third party products that do this, but we don't
want to go down that path. Based on some preliminary research it seems
like I should be able to use event handlers to connect to our database
to see who is viewing what and when. But is this the best way to go? I
don't want to expose our database connections in the vba code or make
it cumbersome for the user by launching an IE window to run an asp with
sql queries (is that actually doable anyhow? I'm just brainstorming...)
I guess my question is two fold: what is the best solution suited for
tracking how long a person is viewing a presentation, and any tips how
to get that done.
Thanks
Lorraine