Skip to main content
Participant
September 28, 2020
Answered

After quiz, don't show email input dialogue, just send reports to server

  • September 28, 2020
  • 1 reply
  • 306 views

After quiz, user have to input email and name in dialogue

But I don't want that.

In my platform users should login before taking quiz so can use their email and id with my platform db.

Is it possible?

So After click submit answer button or finish, it goes to my server.

Thanks

This topic has been closed for replies.
Correct answer RodWard

I'm afraid that's just the way that the Internal Server Reporting option works in Captivate.  In order to have it work differently you would need to engage the services of a PHP programmer and have them change the code in the PHP server pages that control the functionality.

 

Your other alternative is to forget about using Internal Server Reporting and instead install an LMS on the web server where you are currently running these PHP pages.  I would suggest you investigate Moodle, an open-source (did I mention FREE) LMS that is also PHP-based.  It supports SCORM 1.2 version.  So, you would need to republish your Captivate modules to SCORM 1.2.  But since your users would need to be logged into Moodle BEFORE they could access the courses and content, that means there is no need for them to enter their name and ID when doing the course itself.

1 reply

RodWard
Community Expert
Community Expert
September 28, 2020

What form of Quiz Reporting are you currently using?

Internal Server Reporting or SCORM?

Participant
September 28, 2020

Internal Server Reporting

This is screenshot of form.

But I don't want this form.

After finish quiz, automatically get name and id form my session or my user info.

Thanks

 

RodWard
Community Expert
RodWardCommunity ExpertCorrect answer
Community Expert
September 28, 2020

I'm afraid that's just the way that the Internal Server Reporting option works in Captivate.  In order to have it work differently you would need to engage the services of a PHP programmer and have them change the code in the PHP server pages that control the functionality.

 

Your other alternative is to forget about using Internal Server Reporting and instead install an LMS on the web server where you are currently running these PHP pages.  I would suggest you investigate Moodle, an open-source (did I mention FREE) LMS that is also PHP-based.  It supports SCORM 1.2 version.  So, you would need to republish your Captivate modules to SCORM 1.2.  But since your users would need to be logged into Moodle BEFORE they could access the courses and content, that means there is no need for them to enter their name and ID when doing the course itself.