Forum Discussion
Paragraph Submission
Hello,
I would like to have the learner write a paragraph. I would like Storyline to pick up on keywords in the paragraph and apply them to a checklist. Depending on how many check marks there are, Storyline will send them to a success slide or a try again slide. Is this possible? Possibly with JavaScipt? Let me know!
- Jonathan_HillSuper Hero
Yes! That is possible. I did it with Javascript in this demo:
Using Background Audio & Music in E-Learning #442 | Articulate - Community
You'll find a link to the demo and a link to the code in that ELH Challenge post.
The Javascript works by taking the freetext entry, splitting it into individual words, and then checking whether certain key words are present. It then produces a score.
You'll likely need to adapt the code for your own purposes, but if you paste it into ChatGPT and tell it your requirements, it should be straightforward.
- DaisyOrellanaCommunity Member
Thank you!
This helps a lot!Your project is really cool, too! It felt so realistic!
- Jonathan_HillSuper Hero
Hope it sets you on the right path. Ping me if you need any more help.