Send score report to email

Hello there,
I want to know whether it is possible to set a test in Active presenter to allow users to fill in its mailbox. After the test, the score report will not be displayed, but the score report will be sent directly to its mailbox. How should it be achieved?

Hi,

Yes, it is possible. You should look at this tutorial get the overview of how to send the report to an email box. Then you can customize the script to fit your needs.

I attached a Google Sheet sample:

And the ActivePresenter project.SendReportEmail.approj (284 KB)

As you can see, in the On Load event of slide 2, I get the email of the user

$.cookie(‘userid’, prez.variable(‘userEmail’));

. Then, I will use that email for sending report in the Google Script.

Regards,

image
I have done all the activities suggested by you on the google sheet side. Then exported your file to SendReportEmail.approj. Ran the test link, entered my email id and on entering final submit, I receive this message. on the screen. What would this mean and how do I get around this.
Thanks in anticipation.
rgds

Prior to the above message it asked the following… I presume this is google account id.

Never Mind, sorted out. I was missing the following. I was trying to be safe and say “only me” here. :slight_smile:
image

2 Likes