Variable providing the number of slides viewed

Sep 23, 2014

Hi all

I'm trying to find the best solution to implement some tracking on courses viewed with the Mobile App, when the iPad is offline.

Since we're using moodle on server side, none of the SCORM / TinCan technologies are of any help when offline. We decided to rely on a pre-filled email being sent when pressing a button on the last slide.

(so far, any comment / experience welcome

My question is: how can I make the button visible/enabled only when all slides have been seen ? I work with variables a lot, but they're always bound to a specific slide. What I need is a variable I could use through the entire course to count the number of unique slides viewed. Since this value is used in the tracking/reporting options, I guess it might be available somewhere...

Thanks!

Cedric

2 Replies
eLearning Development

Cedric;

I see this is a bit old so maybe you have this sorted out already but I have done something similar with a project where i have a variable that increases by 1 when a slide is viewed.  I have another variable for each slide that goes from false to true when viewed.  the slides viewed variable only increases if the individual slide variable is false.  it is a bit convoluted and adds a lot of variables but it is a way I found to do this.

The example has other conditions on it but you get the idea.

 

 

 

Tim

This discussion is closed. You can start a new discussion or contact Articulate Support.