Hide Dialog Box: Your information has been successfully submitted
July 26, 2011 12:00 AM
We created a course that we want to deliver outside our LMS and have the results submitted to a database. At the end of the course I have an action "Sumbit Variable Values" that works perfectly expect for an annoying dialog box pops up saying "Your information has been successfully submitted." I do not have a form in this course so there is no "Show the student a success..." check box and I even unchecked that option in the test as well. Does anyone know a way to get rid of that box?
I found the html code on the page but I don't much about code:
var httpReq = getHTTP( dest, 'POST', params );if( httpReq.status == 200 ) trivAlert( 's200', 'HCAHPS', 'Your information has been successfully submitted.' );
else { var msg = httpReq.statusText; if( msg.length == 0 ) msg = 'Unable to submit information online.'; trivAlert( 's0', 'HCAHPS', msg );
I know I just can't delete any, but can I change it so it doesn't show the box? Thanks in advance for any help.
Discussions have been disabled for this post