Forum Discussion
User notes that they can print and email
Hi all. I built a course earlier this year that contains a "notes" function to allow users to take a moment to reflect and type their thoughts on certain questions. This is used in place of a typical multiple response/choice type question. Thought I'd share it here with you!
Here are the files:
Screenr Part 1: Demonstration - https://player.vimeo.com/video/204928444
Screenr Part 2: How It Was Built - https://player.vimeo.com/video/204928450
Storyline Source: https://bit.ly/3Kd96as
Published Output: https://bit.ly/3Z0hj5X
Cheers!
Stephanie
- BjWilsonCommunity Member
The link above opens in gmail for me as do all mailto links but the
javascript in the demo file is not using a mailto link. In the javascript for this file it uses "win=window.open(mailto_link,'emailWin');" which I think is what opens Outlook whereas the javascript I quoted uses the mailto link for opening a gmail compose window that I thought maybe able to be utilized for gmail users but also grabbing the other variables so that gmail users can get the same email results as Outlook users. - BjWilsonCommunity Member
Found my problem and fixed it now this all works from gmail. Thank you to Matthew Bibby and to Stephanie Harnett. Somehow my email settings had become corrupted so via the control panel in windows 7,default programs, associate a program or file tab, I set Chrome as my mailto program by changing the mailto association, and from within chrome I went to chrome://settings/handlers and set mailto to: mail.google.com. Posting this here in case anyone else finds Outlook taking over mailto links when they want to use gmail.
- christinejeziorCommunity Member
Thanks Stephanie for sharing. You did an amazing job!
- EdSteedsCommunity Member
This is fantastic. Thank you for sharing it. I have a question. Does it store the variable between sessions. So far each time I load it it cleans out the values despite making the course resume on reload.
- RichardSharp399Community Member
Stephanie, that is fantastic. Thank you for sharing
- MareeEilman1Community Member
WOW Stephanie this is brilliant! I need to this very same thing on a project I'm working with - Hope I can execute as well as you did. Wish me luck.
- KennethKing-a5eCommunity Member
This is AWESOME! Thinking of future projects I can use this on.
- chiragvaghaniCommunity Member
I cannot open my notes.story?????? Pleas suggest me which program can open notes.story?
- WendyFarmerSuper Hero
Hi Chirag
notes.story is a Storyline 1 source file. You can open to edit and publish it in SL1 or if you open it with SL2 it will convert it to a SL2 file.
- CarleneCommunity Member
This is brilliant! Thanks for sharing Ive been trying to do something along these lines for a while :)
- CarmenJenkins3Community Member
Does this work in Moodle? I have adjusted your provided code with my variables and information, but nothing happens at all when the icons are clicked. Any thoughts?