Example
Weekly Self-Reflection
Hi everyone! Recently, I was taking a course and came across a longread where, after watching a video, learners were prompted to jot down key thoughts. I found this feature extremely useful: I didn’t have a pen or paper on hand, I was taking the course on my phone, and switching between the video and notes was inconvenient. But there was one drawback — after I entered my notes, they were saved only within the course, and I couldn’t take them with me.
This experience inspired today’s example: I decided to add a feature that lets learners send their notes to their own email.
About Me
4 Replies
- NganVulearnCommunity Member
Hey Kate,
I love the cute and intuitive UI and I am very much impressed on the final functionality that synthesize all my answers into a well crafted email. May I ask if you use Javascript for the sending email functionality or is it built completely by Storyline built-in functions? Great work!!!!!- Kate_GolomshtokCommunity Member
Hi! I appreciate your kind feedback! I used JavaScript to create the animation
- MargotCallew749Community Member
Hi Kate,
I love your self-reflection module. Is there a possibility to get the SL-file. That will save us some time in building a module like this. Thank you
- Kate_GolomshtokCommunity Member
Unfortunately, I can’t share the source file. However, the mechanics themselves are quite simple: each text field is stored in a separate variable, and then all of them are combined into a single email. This happens on the final slide when the button is clicked — that’s when the GPT-generated code is triggered 🙂