Skip to main content
Participant
January 24, 2007
Question

Problem with Flash Quiz & loadMovie

  • January 24, 2007
  • 2 replies
  • 251 views
I have created some very simple quizzes using the learning interactions components - specifically one of the quiz templates. When testing the .swf on its own, everything works, including the last page that tallies the number of right and wrong responses and calculates a percentage based on those numbers.
However, when loading this .swf into another movie (@ _level1), the question pages work correctly, but the last page returns all zeros for the right, wrong, and percentage values.
Any thoughts on where the problem might be? Figure it to be a path-related problem, but just can't figure out where.

Thanks,
Dave...
This topic has been closed for replies.

2 replies

February 27, 2007
Hi C_Reed,

Thanks for this the solution worked for me. The only interaction that doesn't work is the drag and drop interaction. Any tips on how to get this intereaction working?

Cheers
Participating Frequently
February 8, 2007
try this, in the quiz on the first frame add the following:
this._lockroot = true;