Forum Discussion
Sending results via email
Hi. I'm working on a project where I want to send results via email to one email address.
I would be capturing three variables to be displayed on the email: name, email address and results. The user would be inputting the first two through input text fields. The results would be coming from a quiz they'll take. The email will be sent to only one email address.
Is there an easy way to do this?
I understand this is possible in HTML5 using JavaScript but it could have problems with Flash. However, I can't control what platform users would use to access the file. Would it be possible to work around that limit?It would be up on a server, not an LMS.
Any help would be greatly appreciated!
- AH2Community Member
Sending results to email is a needed feature. Other elearning authoring programs (like iSpring) can do it, so Articulate Storyline ought to be able to do it.
- shaysingerCommunity Member
just wated to agree with A H!!!!
i just can't belive i'm browsing threads from 5 years ago of users asking to send the results via e-mail and thers still no simple built-in solution for that!!!!
for every project i need to tailor-make a solution speanding a lot of time - JanVilbrandtCommunity Member
Hi Chelsea,
sorry, there is no easy way.
Of course you can can write some JavaScript that will create an E-Mail like the one you want to have.
But: this E-Mail will not be sent automatically but manually by the user. There will be enough users who will not send this mail because of many different reasons. Sent mails will contain text that will maybe differ from the text you had originally written into the mailbody, because the user can change this text bevore sending the mail.
Or: you can use some asyncrone JavaScript (AJAX) to send an E-Mail, but you need a server with a mail-sending program (e.g. Apache-Server with php and it's function "mail()").
Anyway: there is no simple working way of sending that kind of E-Mail.
Cheers,
Jan
P.S. You may want to take a look at this thread:
Hi Chelsea,
Storyline doesn't include an email results feature as detailed here, so you'll want to look at using a method such as those mentioned in the thread Jan linked to - and there are a few other similar threads in the forums. Also, I did want to point out the information here on some Javascript best practices to help you setting up the Javascript.
- BobChristoCommunity Member
I agree with peers above. Submit through email is a much needed feature and a real shortcoming for articulate although there may arguments for or against!
I've had to go back to my old acroforms to be able to do that instead of using my new articulate pdts. :-(
- TimWhitehouseCommunity Member
Would also love to see the option to have quiz summary results sent to an email.
iSpring has this feature, which is setup in quiz settings and properties, it will send an email to both the student and the instructor (or selected email address). Does not need to be attached to an LMS for this to occur. - MichaelJordan-8Community Member
Javascript and php can do this.I written the code a short time ago,and it runs well.
You should have a web server first.
- MarvinHackfortCommunity Member
Hi Michael,
Would you mind sharing the code?
Thank you!
- MichaelJordan-8Community Member
Hi Shay and AH,
We want every feature in our software to work well. Unfortunately, there’s no way to email quiz results easily, accurately, and consistently.
For example, if you use Gmail or your computer’s security settings are high, you can’t email results. Also, you run the risk of learners tampering with results since they can access the email before it’s sent.
Given these limitations, we decided not to include the email results feature in new products.
- ÍdeONeillCommunity Member
Hi Asheyl
I would love to see Articulate developers work on a solution for this query.
Would it be possible for the results to be forwarded as a db or excel file to a designated email address that is hidden in a trigger thereby maintaining the integrity of the content and results ?
It would be really useful for my purposes.
Thanks.