Flash Articulate Android Drupal MiscFor Sale

Skip Articulate Quiz

Someone recently posted a question in the Articulate Forums:

Hi Everyone! I have an interesting question for you all.. I've created a 17 slide presentation with 2 quizzes mix in. The user must have the option to SKIP to the next slide if they choose not to the quiz. My problem is the skip button must be within the quiz. How do I do that?

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

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Images can be added to this post.
  • You may use [inline:xx] tags to display uploaded files or images inline.
  • You may use <swf file="song.mp3"> to display Flash files inline
  • Twitter-style @usersnames are linked to their Twitter account pages.
  • Twitter-style #hashtags are linked to search.twitter.com.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
three times equals twelve
Solve this math question and enter the solution with digits. E.g. for "two plus four = ?" enter "6".