Skip to main content
Participant
February 2, 2017
Question

Quiz take and then finish

  • February 2, 2017
  • 1 reply
  • 128 views

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?

    This topic has been closed for replies.

    1 reply

    JamesBB1Author
    Participant
    February 2, 2017

    Or, can someone start a test and come back later and finish it?

    RodWard
    Community Expert
    Community Expert
    February 3, 2017

    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.