Saving quiz result

Oct 28, 2015

Hi all,

Is there any way a course participant can save results of a quiz or have results emailed to them using Storyline?

Thanks,

Nicola

4 Replies
Ryan DeWitt

Hi there Nicola- You can email the results with a javascript trigger. Articulate has a nice support page for this. 

http://www.articulate.com/support/storyline/javascript-best-practices-and-examples

Launch new email message

var email="yourAddress@email.com";
var subject="subject line";
var body_start="How you want to begin your body.";
var mailto_link='mailto:'+email+'?subject='+subject+'&body='+body_start;
win=window.open(mailto_link,'emailWin');

 

 

Leslie McKerchie

Hi Nicola!

Hopefully Ryan or someone in the community will be able to pop in and assist you here.

I just wanted to clarify:

  • Tracking results in a text file or database isn't supported. 
  • We want every feature in our software to work well. Unfortunately, there’s no way to email quiz results easily, accurately, and consistently. As a result, we do not have an email results feature.

This discussion is closed. You can start a new discussion or contact Articulate Support.