Using javascript in an external quiz engine to jump scenes

If you are running a Hype JavaScript function within an iframe then it won't have access to the Hype scene (which is not at the same level) and the function won't work. Since there is a 'go to URL' option with 'Open in new browser window' checked, you could potentially send the person to a 'success' scene using this technique:

So your scene name would be 'Success' and you could use a 'go to url' link containing that scene name as a hash like: http://example.com/hypedocumenthtml.html#Success