Anyone have success emailing quiz results?

Nov 18, 2021

I've seen this post a few times but I don't know if anyone has found a solution. I would be extremely grateful for any feedback. I've looked at samples but there is nothing I can find that works. I was hoping my issue is simple. ugh!

I have a 1 question test that leads to a result page. I would like to email the results. I can get it to email, the body text is 'null'.

var player = GetPlayer();
var email="my@email.ca";
var subject="My Test";
var body_start= player.GetVar('1.3 Results Slide');
var mailto_link='mailto:'+email+'?subject='+subject+'&body='+body_start;
win=window.open(mailto_link,'emailWin');

If I make a Print button and print results of the Results Slide it looks great! But then there are two more steps to email it. Anybody know a way to send Learner's quiz reponses in an email? I would be happy if it emailed in any format!

Thanks!

2 Replies