example
258 TopicsPersonalized Learning Experience
This is just the last three slides in a module. The idea is for the learner to reflect on their experience with the process we just taught and get them thinking about what to do next. https://360.articulate.com/review/content/8610d839-ce0c-429d-8803-241f1e1d4a29/review9Views0likes0CommentsADDIE Adventure
I was once again checking out the different projects that people have shown off and DavidTaits Escape Room | E-Learning Heroes caught my attention. I appreciated his explanation on ho he had the transitions work. During my recent 1on1s with my leader, she challenged me to look into the ADDIE model. At The same time I had been experimenting with some new technical "programming" in storyline while also trying to recreate some of Davids design and I mistakenly mixed some of my ADDIE learning into the SL learning and accidently made a little ADDIE adventure learning module. I was trying to find a way to take information from a drag and drop or multiple choice question and use it in a later slide in order to give more in depth feedback. My solution was to have multiple states for the drop area that translated into a numeric variable that could be recalled later on for more in depth feedback. In my version you find info on each stage of the ADDIE model and then have to use that to determine how to Analyze some issues a team is having and break it up into categories; if the issues are training related, environment related or a knowledge/skill issue. Then look at options for how to design a course and which elements you want to include, from simulations to if a cat video is necessary. Decide which Development tools are best for the task at hand. Is Storyline, Canva, Photoshop, Rise or PowerPoint the way to go. Finally order the best steps for implementation. Once those are completed you will go to a meeting and see if your answers are what management was looking for and get 1 of 5 endings based on those results. ADDIE Adventure | Review 36040Views2likes2CommentsImproving Our Responses
A Communication Skills Module for Support Teams Support specialists send hundreds of merchant responses daily. Technically correct but poorly written replies drive repeat contacts, escalations, and low satisfaction scores. To fix this, I designed a 20-minute Rise 360 module using real email exchanges from live cases. Learners spot what broke down in actual responses, rewrite them, and get immediate targeted feedback tied to specific communication principles. Learners walk away with a practised framework for written communication — and a measurable reduction in repeat contacts caused by unclear or incomplete responses. Format: Self-paced eLearning · Duration: 20 minutes · Authoring tool: Articulate Rise 36022Views0likes1CommentSliders and States
View the project here This is my first time participating in a challenge and this week's was a choose-your-own. I decided to utilize sliders and states to create an interactive short course on The Exposure Triangle. My aim was to allow the user to manipulate an image to see the effect of shutter speed, ISO levels, and aperture. I used sliders and dials to create a fun interactive process. I set triggers to change the image's states based on the slider position. For shutter speed, I made different image states with varying levels of brightness. For ISO, I added a textured rectangle over the image and changed it's transparency across different states so it added more grain over the image when the slider was moved. For aperture I created different states for the backround image with increasing blur effect (completed outside of Storyline) and added a character on top so she stayed in focus while the background blurred. The aperture slider was the most complicated! I think one way I could try to take it further is to figure out how to get multiple sliders to work together on the same image. For example, allowing the learner to have a shutter slider, ISO slider, and aperture slider on the same image to find the exact perfect settings. Thanks for reviewing! Any feedback is helpful!42Views4likes3CommentsMy Custom Rise Block Component Library
Hi everyone! I wanted to share a custom library of Rise-compatible interactive components I’ve been building and experimenting with for eLearning projects. The library includes custom-designed blocks and interactions intended to help make Rise courses more engaging, flexible, and visually dynamic beyond the default block set. You can explore the library here: https://cognitoblox.netlify.app/ This is an ongoing project, and I’d genuinely love feedback from the community: Which components do you find most useful? What kinds of interactions would you like to see added? Any ideas for improving usability or accessibility? Happy to connect with fellow developers who are experimenting with custom Rise code blocks as well! Thanks for checking it out894Views19likes19CommentsHow About a Progress Bar?
We needed a progress bar for several projects, so I created one that would be no too intrusive, easy to modify, and easy to implement. There are three versions in this file. The progress bar is thin until you hover over it. It uses Java to do the math, round up to whole numbers, and move the progress bar. It uses a true false variable toggle to keep the bar visible. You will have to add the toggle to each layer where you want the progress bar. This example is very bare bones but includes instructions. Please let me know if you might find it useful or how it might be improved. Here is the review link: https://360.articulate.com/review/content/18499632-155c-4461-b75f-fd0450ca01f5/review80Views1like2CommentsTic-Tac-Trivia
Play Tic-Tac-Trivia Here! Trivia mode The core experience is intended to be a trivia game played by teams of learners. Clicking a square pops up a modal asking a facilitator-defined trivia question. The answer is not displayed until after the Correct or Miss button is clicked since the course is intended to be run by a facilitator presenting for a class. The facilitator will need to know all of the answers to the questions in order to correctly score learner responses. The question bank of answers is explained further down. Correct answers score the square of the team's choice in a game of tic-tac-toe. Incorrect answers pass play to the other team for a chance to score either in the same square or somewhere else. A timer is available for added pressure but not required. This current version also enables a team to clinch the center square with only getting one question right. Since the center square is more strategically important than the rest, a future version will provide the facilitator the option of requiring a team to answer two or three questions in a row correctly before being awarded the center square. Currently the game ends without repeating questions. I'm considering adding the option to repeat questions (randomly) but unsure if that would be of interest to anyone. My suspicion is that adding more questions would be better, but I can see repetition in the same session being of value, especially for long-form answers that may vary from learner to learner while still being right. Question Bank The question bank is where the facilitator enters questions and answers. Note that answers are optional since, as mentioned above, there may be open-ended questions. Additionally, perhaps the answer is so long it doesn't reasonably fit. The current implementation allows questions and answers to be saved to local storage and similarly retrieved from it for use across sessions. Future plans include a popup that will allow facilitators to save question banks under custom names (e.g., "medical terminology"), and then at a later date retrieve the particular question bank they want to use from a list of the ones they've saved prior. If anyone has interest in each bank containing more than 20 questions, please let me know and I'll work to add more pages. Standard Tic-Tac-Toe This is a standard two-player mode that simply alternates back and forth between Xs and Os. No trivia is shown. Wins are tracked instead of the correct/missed answers of the trivia mode. This mode could be used for more casual competition, such as for a trivia-less tiebreaker once all questions are exhausted. Single Player This mode currently supports an easy "AI" player for someone who wants to kill time, or perhaps even instruct someone new in how to play. The easy AI randomly selects an unchosen square on the board and so is not particularly challenging. Future implementations will include medium and hard difficulties. Thoughts I've always been a fan of tools for teachers and facilitators, and I've been tinkering on this particular one since the end of May. The robot images shown in the single-player mode and the handful of sound effects were all generated natively with Storyline 360's AI assistant, though Photoshop was used for some slight improvements to the robot images. If you have any questions, bug reports, or ideas for improvements, please don't hesitate to reach out in the comments below! I will eventually release the .story file for download but want to wrap up the improvements first. Thanks for your patience! Future updates will push to the same hyperlink shared at the top so feel free to leverage that URL if you find the course helpful.44Views1like2CommentsGamified Learning | What is 5S
Hi Heroes. I'd like to share a recent project developed for our Supply Chain teams. The course has now been rolled out to over 900 learners and has received very positive feedback. I designed a 15-minute Articulate Storyline course introducing the fundamentals of 5S. The goal was to transform a traditional Lean Manufacturing topic into a more engaging digital learning experience. One of the highlights is a gamified 5S activity. This activity was originally delivered in the classroom using cardboard number cards. Recreating it in Storyline with all sorts of number variables and calculations was a challenge🙃. Some of the features include: Custom-built 5S game using Storyline variables and calculations. Advanced reporting using JavaScript to capture learner responses and game results in an online Excel spreadsheet. Selection of male or female narration. Anyone working in Manufacturing or Continuous Improvement? What topics or activities do you think could be transformed into a gamified learning experience? Link to the course “What is 5S”: https://storage.googleapis.com/fischer_e_learning/SHARE/What%20is%205S/story.html500Views9likes14CommentsScenario-Based Quiz: Recognizing, Preventing, & Reporting Harassment
About For an instructional design & eLearning developer portfolio project, I created a fictional scenario quiz about reporting harassment using Articulate Storyline and generative AI characters. Links To learn more about this project visit my portfolio. You can also view the published Storyline project here. To see the full course that the scenario quiz was embedded into, view the course. Screens View select screens from the Articulate Storyline file below: You are welcome to let me know if you have questions or suggestions!216Views0likes2CommentsGamified Professionalism
Onboarding is the perfect time to build community, and a simple way to do that is with a Meet the Team section. Take it beyond names and titles by gamifying it! Use professional photos, game-style trading cards, or let team members create their own avatars. Gaming Tip: Let team members design their own avatars! Giving people choice in designing their avatar adds autonomy, belonging, and connection; just like building a character in a video game or Dungeons and Dragons(D&D). Adding gaming elements into the onboarding process makes onboarding fun, memorable, and personal. I am proud of this piece because it is a good example of gamified professionalism. For more examples check out our website at http://www.pinkeducationalsolutions.com Thank you, Dr. Natalie1.2KViews2likes13Comments