« Webinar- Captivate 4 for new users | Main | Webinar- Creating engaging eLearning using Adobe eLearning Suite »

Sending e-mail on completion of a course (without quiz or question slides)

Have you ever felt the need of sending an e-mail notification as soon as a course or a captivate demonstration is over. We know about the “Send E-Mail” button in the Results slide but what if there are no question slides or quiz in your project??

Here is how you could do this very easily using the following steps:

1. Add a question slide and then remove the quiz slide so that only the result slide remains. In the result slide delete everything and just have"Continue" and "Send E-mail" butons. Add a caption saying "Click the button blah...blah to send the progress etc."

2. Remove the playbar (scrubber) so that the end user has to go thru each of the slides in the demo project.

3. In the Quiz->Reporting->E-Mail and enter the email id of the person to whom the mail needs to be sent.

4. In this case he shall get an e-mail with the scores showing 0, 0, 0, but he shall get an intimation saying that a particular user has completed the course. But if he wants to make it more readable he needs to change the “email_attach.htm" which can be found at InstallDirectory\Adobe\Adobe Captivate 4\Templates\Publish and change the parameters for:

function sendMail()

{

      var  konq, saf, moz;

      document.emailForm.action = 'mailto:' + gstrEmailTo + '?subject=' + gstrEmailSubject

      document.emailForm.elements["Results"].value = "\r" + gstrEmailBody;

      konq = ( navigator.userAgent.indexOf( 'Konqueror' ) != -1 );

      saf = ( navigator.userAgent.indexOf( 'Safari' ) != -1 );

      moz = ( navigator.userAgent.indexOf( 'Gecko' ) != -1 && !saf && !konq);

      if(moz)

      {

            document.emailForm.enctype = 'text/plain';

      }

      document.emailForm.submit();

}

So, try this to see if its helpful.

Comments

Perfect work!,

Great work,webmaster,nice design!,

If you have to do it, you might as well do it right.,

Very cute :-)))),

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)