Copy link to clipboard
Copied
I am using Captivate 7. I develop quiz's and send the information via php and MySQL to a database to save the quiz takers test and information. Is there any possibility to have a test taker partially complete a test and then come back and finish that same test without sending it to the database as another test?
Copy link to clipboard
Copied
Or, can someone start a test and come back later and finish it?
Copy link to clipboard
Copied
All of this is possible but it depends on how good your PHP coding skills are.
In a typical SCORM course module created in Captivate, the final quiz results don't get sent to the LMS until you reach the Quiz Results slide. You should be able to program your PHP page to know whether or not the learner has already submitted a quiz results (by first querying the database to find a record) and if so act accordingly.