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
- TanyaBothaCommunity Member
You rock! I truly aspire to this good one day! Only been in content development for 6 months but I am so hungry for knowledge.
Please share your ideas
Can you please assist with the functionality of converting the image to video to import into Storyline. I downloaded the Articulate presenter free trial and would like to give it a go.
The lift scene is amazing!
- AngelaCarr1Community Member
I was just desperately trying to figure out how to get this functionality into one of my projects! Thank you so much for sharing! I love this community!
- AdamTruckenmillCommunity Member
This idea is great! I have been trying to figure out a way to do this!
Just one question....Is anyone else having issues with the printing option working in IE? Both versions of the Storyline files (From Stephanie and Owen) work great in Google Chrome however neither one works for me in IE. I have tested in IE 10 all the way down to 7. Is there a setting that needs to be changed in IE in order for it to work?
- AngelaCarr1Community Member
Hi Everyone, I'm really excited about this functionality so I downloaded Stephanie's test file and loaded it into my LMS for testing. Her version worked perfectly for the email (I don't really need the print function for my project). So I was very excited and tried to replace her variables with my own (tiny testing project I've created for just such things), but to my dismay, I can't get it work. I've reworked it until I'm completely stumped. I know the functionality is there within my LMS, but when I publish my test course and click the email link....nothing. Any help would be greatly appreciated! I'm adding in the javascript and the variables in case anyone can see something I'm missing.
- OwenHoltSuper Hero
I believe that the javascript is breaking at the first "unknown command" which is your get score command. Java doesn't like the variable name that contains the "." (Results.ScorePoints specifically). At least, that is my theory.
Try either removing this line from your code (since you are not using it in your email body currently) or...
if you will be using it in the future, first pass the StoryLine created variable into one of your own and then pull that one into your email body using javascript.
- AngelaCarr1Community Member
Thank you so very much Owen! That did the trick. I might not need the score, but if I do I'll know how to handle it. :)
- RitaSedaniCommunity Member
This is absolutely fantastic!!! Thank you so much for being so willing to share.
- OwenHoltSuper Hero
Adam Truckenmiller said:
....Is anyone else having issues with the printing option working in IE? Both versions of the Storyline files (From Stephanie and Owen) work great in Google Chrome however neither one works for me in IE. I have tested in IE 10 all the way down to 7. Is there a setting that needs to be changed in IE in order for it to work?
Adam,I'm working with users that are primarily on IE 9 and I haven't seen any issues. Not sure which setting would be blocking it. Sorry.
- jyothisitaCommunity Member
Hi Owen, Thank you so much for sharing this valuable info with the community. I have implemented the print functionality and uploaded the SCORM files on to our LMS (moodle) and found an issue of data saving. Initially we entered some data and exit the course from the summary of all notes page. This data has been saved in the LMS correctly in the first attempt but the problem here is "data is not getting updated when I come back and restart the course and re-enter the data. The data which is entered after restarting the course is not getting displayed in the summary of notes page instead it is displaying the old data.
Is there any possibility to replace old data with the new one every time when we entered data in the "text entry field"?
Any help would be appreciated....!!!!
- OwenHoltSuper Hero
@ Jyothi
Check your "When revisiting" selection on the pages where you have the note entries. Chances are it is set to the default "Automatically decide." Change this over to "Reset to Initial State" and see if that solves the issue for you. Do the same on your results page.