Skip to main content
Known Participant
July 23, 2009
Question

E-mail did not attach the result.

  • July 23, 2009
  • 1 reply
  • 918 views

Hello,

After I checked the fourms about the e-mail the quiz result, I found it is a big issue.

People put diffrent solution start from the configuration of LMS up to write JS in the HTML file that produced by Captivate.

My Question is : the e-mail comming up, but without the result of the quiz.

I need help to send the certificate of the quiz via e-mail within the Flash.

Where

I created a btton on the certificate, then I added an action script as follow

geturl(mailto:someone@someone.com

But I dont know How Can I get to the certificate variables like cpQuizInfoPointsscored and cpQuizPassPoint.

Is there someone can help me to put them together within the geturl to be sent via e-mail?  

This topic has been closed for replies.

1 reply

belkin99Author
Known Participant
July 27, 2009

I thing I figured it by myself where

geturl("mailto:someone@somewhere" + "&body=" + cpQuizPassPoint + "  " +cpQuizInfoPointsscored  );

But, I thing this methode is un relaiable ?

Any help?

Inspiring
July 29, 2009

Here's what worked for me:

Go in your project in the top menu to Quiz preferences.

Then go to Reporting and activate 'enable reporting for this project'. Fill in your emailadress and whether you would like the results as an attachement or as body text. Choose report data.

There are other nice options within the Quiz preferences.

I read somewhere on this forum that attachement/body text only functions after you've publised your project somewhere (not in preview, that is always as body text).

I tried the action 'send mail' attached at the button at first too, but that doesn't extract any testresults.

Good luck.

belkin99Author
Known Participant
July 29, 2009

Thanks Myrax32

I tried this , but as I mention in my post nothing happened, nothing attached or showed in the body of the e-mail.