It doesn't Erica, the reason is because ideally use would be using a centralised LMS to capture and collate results.
The first problem with generating mails from a standalone module is that it would rely on the user having an e-mail client installed on the PC. That is someting like Outlook or Thunderbird, if they just use web mail you couldn't simply start it up.
The next problem is that using a mail client means that the user sees the mail content before it is sent and can modify it. You could encrypt the contents of course but that supposes that you have a java based encryption so that it is not dependant the users OS.
So what can you do? You could sent it as using http or https protocols to an ASP or PHP web page to handle the text and forward as a mail. This then assumes that the user has a live internet connection at the time.
Unfortunately 'simple' things aren't always as simple as they might seem and e-mail is one of these!
It doesn't Erica, the reason is because ideally use would be using a centralised LMS to capture and collate results.
The first problem with generating mails from a standalone module is that it would rely on the user having an e-mail client installed on the PC. That is someting like Outlook or Thunderbird, if they just use web mail you couldn't simply start it up.
The next problem is that using a mail client means that the user sees the mail content before it is sent and can modify it. You could encrypt the contents of course but that supposes that you have a java based encryption so that it is not dependant the users OS.
So what can you do? You could sent it as using http or https protocols to an ASP or PHP web page to handle the text and forward as a mail. This then assumes that the user has a live internet connection at the time.
Unfortunately 'simple' things aren't always as simple as they might seem and e-mail is one of these!