Copy link to clipboard
Copied
Thanks in advance for your help.
I have an interactive video, and on the overlay slide, I have a text input box. I tested to see if the variable was in the system, and indeed, the variable is being populated by the user on the overlay slide. But when the user clicks back to the bookmark on the interactive video slide, the variable is empty.
And what's even odder . . . in publish preview to html5, everything works. But when published, the variable is indeed empty on return to the bookmarked slide.
The variable, once populated w/ user input shouldn't change, should it? Once it's in the system, it doesn't revert to being empty, does it?
Copy link to clipboard
Copied
Using more technical jargon, my user variable entered in the interactive slide overlay doesn't appear in the slide with the interactive video.
Thanks!
Copy link to clipboard
Copied
If the content works when you Preview to HTML5, but not after you publish, my feeling is that the functionality you require is only going to be functional when the content is launched in a web server environment.
Preview to HTML5 does create a temporary web server. You can see that from the localhost in the browser address bar when you are previewing.
But if you publish to HTML5 and then launch the same content from your hard drive, that doesn't give you any web server.
So, my suggestion is, upload your published content to either a web server or LMS and then test it from there. You may find that it is working just fine, just as it does when previewing in HTML5.
Copy link to clipboard
Copied
This is just odd. I set up four objects to return the user variable from the overlay slide. Only 1 box on the interactive video slide returns the variable.
This is from the local host, preview:
This is from the live server:
Copy link to clipboard
Copied
Just wanted to clear something up. You used the term "bookmarked slide" earlier. What kind of bookmarking are you referring to?
Are you talking about the user closing down the module and then reopening it later, expecting to see the variable saved in bookmarking data somewhere?
Copy link to clipboard
Copied
No, it's using interactive video. Midway through the video, at a designated point, the video pauses and the overlay slide appears. Then the user clicks on a button, and the overlay closes and the video resumes at the bookmark.
Ok, now I wonder if this is a browser issue. Here is my experiment in Chrome/Safari, only one object returns the variable:
But in Edge/Firefox it works, all 4 objects display the user variable:
Copy link to clipboard
Copied
Interesting question but I couldn't find time yesterday to check this out. Is my understanding correct (will double-check in one of my interactive videos):
Copy link to clipboard
Copied
Thanks for checking this out.
Some history . . .
1. I was reviewing the course, published to a live server, in Chrome
2. I was puzzled why my variable wasn't showing up on slide 47 46
3. So I experimented, and then noticed that it would show up on 47 46 if the object displaying the variable was placed on the left hand side of the stage. It wouldn't display if placed on the right hand side of the of the stage. Very weird.
4. So then I decided to place 4 objects on slide 47 46 to see just where the variable would display on the stage
5. And so, in Chrome/Safari, it just shows up in one object, and on the left hand side
6. But FF/Edge, it displays the variable in all 4 objects
Weird.