
Someone recently posted a question in the Articulate Forums:
The actual solution to this is not very hard for ActionScript programers and is outlined in the forum here. But since I strive to create things that are both re-usable and accessible to the non-geek I put this together.
Basicly it is a clear swf file that you can place ontop of any graphic/text you want to use for your student to skip the quiz. Watch the demo to learn more.
Purchase here: http://elearningenhanced.com/products/skip-articulate-quiz
Comments
Hi everyone,
I used a slightly different code in my flash file:
on (release)
{
_global.artPlayNextSlide();
works like a charm!
Carolyn
Thank you so much for taking the time to answer my question!! THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU
I'm going to review this right now!
This is so useful and you make it so easy to reuse. I truly enjoy reading your posts and am anticipating your next. I will be buying the swf anyway, but at the same time I do love looking at the code behind things. Thanks for sharing the code.
Is the code behind the swf object a secret? I'd love to know how you arelinking back to a slide in the presentation(player.html?slide=xx or asfunction or something else?). Thanks!
No secret:
button._alpha = 0
button.onRelease = function(){
_level0.ArtAPI.PlayNext()
}
Post new comment