Captivate 6, HTML5, IE11 blues

I created a project of 6 Captivate to publish on HTML5.  The quiz results being transmitted to our server via a MESSAGE form that is created in the project via a button that executes the following JavaScript code:

var myPercent = cp.vm.getVariableValue('vPercent');  
var myAccuracy = cp.vm.getVariableValue('vAccuracy');
var mySurvey1 = cp.vm.getVariableValue('Survey1');
var mySurvey2 = cp.vm.getVariableValue('Survey2');
var mySurvey3 = cp.vm.getVariableValue('Survey3');
var mySurvey4 = cp.vm.getVariableValue('Survey4');
var mySurvey5 = cp.vm.getVariableValue('Survey5');
var mySurvey6 = cp.vm.getVariableValue('Survey6');
 

document.write("<html><head><title>Results</title></head><body><p align=center><br><font size=6>Quiz Results</font></p><div align=center><table border=0 width=50% cellspacing=0 cellpadding=4><tr><td align=right width=50%><b><font size=4>Total Questions:  </font></b></td><td width=50%><font size=4>49</font></td></tr><tr><td align=right width=50%><b><font size=4>Correct Questions:  </font></b></td><td width=50%><font size=4>" + myAccuracy + "</font></td></tr><tr><td align=right width=50%><b><font size=4>Accuracy:  </font></b></td><td width=50%><font size=4>" +  myPercent + "%</font></td></tr></table><p><font size=4>The next screen will display your certificate of course completion. Be sure to print it for your records. <br> <b>You must submit a copy of this certificate.</b></font></div><form method=POST action=/Training/QuizResults.aspx><p align=center><input type=submit value='   Next  ' name=B1> <input type=hidden name=S1 value=" + mySurvey1 + "> <input type=hidden name=S2 value=" + mySurvey2 + "> <input type=hidden name=S3 value=" + mySurvey3 + "> <input type=hidden name=S4 value=" + mySurvey4 + "> <input type=hidden name=S5 value=" + mySurvey5 + "> <input type=hidden name=S6 value=" + mySurvey6 + "> <input type=hidden name=percentage value=" + myPercent + "></p></form></body></html>");

It is hosted on a secure server and works very well in the following browsers: iOS7, 32 Chrome, IE 10, 5.1.7 Safari for Windows.  However, in IE 11 all I see is a blank page (even in compatibility mode and adding to trusted sites).  Since it very well highlights IE11 when viewing on the local computer, I don't know if it's a compatibility problem or if it is bound to be on a secure server, or just that my JavaScript is wrong and THE ruthless 11.

I appreciate any suggestions you have on this - including other methods of using POST to pass the variables.

Thanks Jim.  Who has not solved the problem, but I finally understand what the problem was and came up with a work around.  In the console JavaScript (F12), I saw that there was an error SEC7111: HTTPS security is compromised by (null).  Apparently, which means IE11 considers my JavaScript-created form as a non secure content and instead to ask the user whether to display mixed content, it does not show.  To resolve this problem, I did the form display in a pop-up (Viola!  No mixed content - only unsecured content).  IE11 is in agreement with this, but this isn't a graceful solution since most browsers now use a pop up Blocker.  Here's my new code:

var jsPercent = cp.vm.getVariableValue ('vPercent');
var jsAccuracy = cp.vm.getVariableValue ('vAccuracy');
var jsSurvey1 = cp.vm.getVariableValue ('Survey1');
var jsSurvey2 = cp.vm.getVariableValue ('Survey2');
var jsSurvey3 = cp.vm.getVariableValue ('Survey3');
var jsSurvey4 = cp.vm.getVariableValue ('Survey4');
var jsSurvey5 = cp.vm.getVariableValue ('Survey5');
var jsSurvey6 = cp.vm.getVariableValue ('Survey6');
var w = window.open();

w.document.Open('text/html','replace');

w.document.Write(")Results


Quiz results

Total Questions:49
Fix the issues:"+ jsAccuracy +"
Precision:"+ jsPercent +"%

The next screen will display your certificate of completion of the course. Be sure to print for your records.
You must submit a copy of this certificate.

");

w.document.Close ();

Tags: Adobe Captivate

Similar Questions

  • Active forms in HTML5 become blue highlight

    Intelligent forms in HTML5 become blue highlight when you click it. And he remained there until something ele is clicked. And it's not just the buttons, and even a form normal, acting as part of the GUI is it.

    Why? And how to get rid of it?

    Doesn't look good at all.

    (Captivate 7)

    Go to Preferences > project > publication settings > select the option to hide the selection rectangle for the items on the slide in HTML5

    Infosemantics.com.au


  • How can I incorporate the text search when a project public captivate in HTML5?

    How can I incorporate the text search when a project public captivate in HTML5?

    There is an option in the skin editor > TOC settings, but I think you will find this only applies to research on the names found in the table of contents itself, not the entire project.

  • From web server to the Captivate of HTML5 file variables

    I publish a quiz in Captivate as HTML5 and host it on a Web site. I would like to know how I can move my site to the HTML5 based Captivate quiz data.

    So far, I have had success are given on captivate by having the file POST the results of a quiz finished in a RESTful way. However, I have not had success put data in the file. I would like to transmit information such as the user ID and the ID of the quiz, maybe same position current slide so that I can match quiz information to my database. I'm not specifically looking for a solution to the user ID, ID quiz, etc. because I can be creative, in this regard, I just want to know if others have been able to define variables when the Captivate file loading.

    I tried a definition of the variables in two ways:

    -Declare the variables with javascript, ajax, load the page in a div. Because of the problems of dependence from the captivate file uses relative paths to the assets folder.

    -Change the published html file by adding the javascript variables, this returns an error message saying that I can't replace the existing captivate variable

    -Add js variables in the init function, this has no effect.

    Simply pass the username and id I used the following.

    Note that the URL contains query string parameters that correspond to variables in captivate

    http://mywebsite/course/index.html?cpQuizInfoStudentID=IDHere&cpQuizInfoStudentName=Studen tNameHere

    Another way to use JavaScript to read the query string and the variable of the entitlement in CP for query string values. I remember reading some more detail, but can't remember where.

    It may be useful

    Luke

  • Captivate 9 - HTML5 content does not load

    Using Captivate v9.0.1.324. I have a few projects that does not load in a browser when published under the title of HTML5. When you try to load the index.htm page you see the loading icon (circle of rotation) and that's all. I tested with different browsers and on different computers and still have the same problem. The projects work very well in the SWF, and there is no errors/notices in the HTML5 Tracker.

    Unfortunately, the site which we use to review allows only projects Captivate to publish as HTML5 in a .zip package. Because the project never loads examiners are unable to make the remarks. I googled and searched in the Adobe forums and have not found any solutions.

    Any suggestions on how to detect the problem would be greatly appreciated.

    Some features such as the interactions of training will play only from a server, but apparently, it is not the case here.

    It could be a corrupted object somewhere, or more than one. Do you have question slides? Do you use training interactions?

    The difficulty is to find the 'guilty '. A possible workflow is to hide a large number of slides, publish and test again, then gradually add the slides more until you bump into the cause of your problems. I guess you used the project, Tracker HTML?

  • Call Captivate demos HTML5

    Captivate HTML5 demos can be launched from a CHM file?

    For CHM you would probably want to investigate on publish the Captivate as a SWF file. Then adding the SWF file to a topic or maybe making it a subject of its own by importing the Captivate created HTML page. It would be the most straightforward approach.

    See you soon... Rick

  • Captivate 8 HTML5 file does not load

    The published version of a Captivate 8 draft published in HTML5 works fine on the development server (i.e. my laptop), but fails to load in any browser from the production server (the link is http://www.clearcreeklearning.com/emcycle/index.html). The host (Godaddy.com) insists that the problem is in the index.html file which I would download if I was allowed to. Is this a known issue? Any ideas on what might be preventing it from loading?

    Basically, all your content is in the CPM.js as a big JSON object. There are some foreign assets, but all your courses and advanced actions are in this file. If it encounters a fatal error that does not load your course. I found this line that was the mistake of launching and removed 2-3 series of / / and it worked.

  • Audio does not work in Windows, Safari 5.1.7 - Captivate v8 (HTML5)

    Audio does not work in Windows Safari 5.1.7 for my project CBT created in Captivate v8 and edited in HTML5. Need help urgent to solve the problem.

    You have installed QuickTime?

    End-users using Safari will also need QuickTime.

    Apple ends Safari for Windows support in 2012 with 5.1.7.

  • Captivate 8 HTML5

    Captivate 8

    CornerStone we Demand LMS

    Hello

    We are eager to see our course on an iPad.  We are Scorm 2.1 editing and selecting HTML5.  During the test on a via our LMS Mac or PC plays the course.  However, when testing on iPad with iOS7 the course will not play.  This also occurs when the course is published as a sensitive project.

    Any help welcome.

    NIC

    For anyone who has followed this thread, I thought I'd pass on the results.  Help desk operator sent the following:

    "Currently we do not support the product of our performance on ipads. I'm sorry for the inconveniences that result. However, the good news is that we are working on a new version of the product that will be compatible with all mobile devices. "

  • Captivate 7 HTML5 "Loading"... "error in Internet Explorer 11

    We are now in the creation of Captivate HTML5 projects include MP4 video on some slides.  Once published and uploaded to our server, the slides with video will be occasionally and randomly (it does not happen all the time) "hang up" with a "Loading" grey... "screen on top.  This essentially freezes the unit and you can not continue.  This only seems to happen in Internet Explorer.


    Does anyone have an idea on how to fix this? I use 7 Captivate.


    I worked through other bugs that are produced in Chrome and Firefox, but it lingers still to explore.


    The "loading" animation shows the video is buffering and which is usually a sign that your current bandwidth of the end-user is not high enough to keep the bitrate of the encoded playback video.

    In other words, if the video is encoded at 300 kilobits per second reading and your internet bandwidth to the destination computer is not at least 300 kilobits or more, so unless you use a preloader, you will find at some point the video will buffer.  The percentage of preloader helps to overcome the shortfall to some degree.  If the video still stops at halfway and buffers, then you must increase your bandwidth or increase your percentage preloader.

    There are a few other variables, but these are the most important.

  • [Captivate 8] HTML5 Publishing - first slide shows locally but not on test server

    Hi all

    The Question

    Anyone running in this number of the first slide shows on HTML5 (or SWF) until you open the table of contents and select the recalcitrant zipper and then it shows (and works) very well? Not on project load, just at the time when it is selected.

    Description

    I use only 8 Captivate for a short period of time, and I ran face first in a bit of a bigger obstacle than I expected. At the present time, I have a simple linear Captivate project containing essentially a Powerpoint (customer specified). Everything worked fine until I tried a preview of HTML 5 to 8 Captivate and first slide does not show. After that some research my solutions to the problems that I encountered were to:

    • Local preview sometimes causes a glitch. Solution: Publish locally and (pre) discovers the result. It did not work.
    • Group all the objects on the first slide, and then attach the Show action to this group. This corrects the problem.

    After that I published on a host server (server test for the moment, but in the end, it will be the direct dev server). I met the same problem, so:

    • Tried the Group thing, above. No joy.
    • Open the table of contents and navigated to other slides. None of the buttons (previous slide, next slide) worked.
    • Renamed the "Mouse.mp3" to remove that annoying click. Result: All buttons worked on the project, but the first slide showed (grouped or another).
    • Removed all the objects on the slide of the slide. No joy.
    • Removed the button (action: next slide) and reduces the time of reading of the slide to 5 seconds so that the blade will play during the loading, then just go to the next slide. No joy.
    • This SWF and HTML 5 publication tried.
    • All this with only tried SWF.

    Again, when I open the table of contents and go to the first slide ("Page title") the blank slide that is filled only by lonely borders becomes the title slide, as it should. Furthermore, glimpse local file (\project\index.htm) works very well.

    Of course, Miss something. It's probably something incredibly obvious, so I thank you for your patience.

    The technique

    Captivate 8.0.0.145

    OS: OSX and Windows XP Pro SP1 Maverick

    Other: Adobe CS (installation to date)

    Hello

    The solution you gave was given by Jim on his blog.

    HTML5 Captivate projects freezing in Google Chrome, c. 36 +.

    Please attribute it to him at least when copy you and paste this what.

    In any case, Adobe has released an official solution here. You can try that as well.

    The point on the problem of reading content Captivate HTML 5 in Google Chrome browser. "Rapid e-Learning | Adobe Captivate Blog

    Anthony

  • Captivate 8, HTML5, the project does not work in Chrome?

    While using the trial version, my 8 Captivate, major project display HTML5 in Chrome, I just bought the software and now the project won't display in Chrome, any ideas on what happened?

    Just answered this request a few minutes back.

    Captivate 8 browser with HTML 5 problem courses published

    Please do a search on the forum before posting.

    Anthony

  • View Captivate 6 HTML5 out on iPad

    I'm still in the testing phase for my project.

    Is it possible to view and test release of Captivate 6 on an iPad HTML5, without having to uplod the HTML5 project to a web page?

    Isn't fear.   I hope that in 6.5 we can test HTML5 output without having to manually publish on a web server.

    Jim Leichliter

  • Captivate 6 HTML5 progressive number mp4 download

    I work in Captivate 6 on a mac.  When I drop in mp4 for video playback files, all is well until I try to choose a separate location / remote to serve files from.  For example, I'm hoping to use a CDN to that effect.  When I just insert and publish on HTML5... everything is perfect.  When I direct them to the CDN, they play for 1 1/2 seconds and then freeze.  I am at the end of the roll, and I was wondering if anyone has experienced this or has a correction.

    I find this very frustrating... because it seems that's what the program is SUPPOSED to do natively.

    ETK

    I am progressively downloading the mp4 to the EUR

    It shows about 1 1/2 seconds from the beginning of the video... the slide duration is set to the length of the video (37 seconds)... I could only point to the file on the CDN when inserting using a video of synchronization of multiple slides.

    Please advise,

    ETK

  • Captivate 8 - HTML5 - course does not spent preloader

    Hello

    Someone knows a course does not (do not turn past the preloader) after the publication of HTML5? As the screenshot.

    Any help would be greatly appreciated.

    screenshot.jpg

    Thank you

    Andy

    Yes I got it the other day, I found that it was due to a drag and drop slide, I have reproduced the slide and remove the original and it is then loaded fine.

Maybe you are looking for

  • Key3db and signons.sqlite are breaking Firefox.

    Earlier today, starting Firefox (and only FF - IE worked / works very well) is no longer load google or youtube or some other sites, but instead to give this screen "could not load", he would keep trying to load and would just never got anywhere. The

  • How to view a mac on your ipad keynote

    How to view a keynote creation produced on a mac and watch on your iPad

  • 2 1580 edge - screen (lock num lock, turn the trackpad) does not

    Someone at - it aclue how to get these works again I did a clean install of windows and for the life of me can not get these to work I installed all the drivers page drivers with no luck Mod edit: System model added to the front of the subject line t

  • Labtop crashes whenever I turn it on

    I have almost the same problem that brycegil123 except   I use a laptop inspiron 1545 windows vista home basic 32-bit running and after the boot up to the desktop computer, there almost always crashes when I click on something. When it crashes immedi

  • With regard to the creation of the wish list

    Where the creation of desire come at ATG out of the box? What component/class is responsible for creating repository wishlist item?Because when a user registers, there will be a list of default assigned.Thank you.