Forum Discussion
DaisyOrellana
2 months agoCommunity Member
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, ...
Jonathan_Hill
2 months agoSuper 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.
- DaisyOrellana2 months agoCommunity Member
Thank you!
This helps a lot!Your project is really cool, too! It felt so realistic!
- Jonathan_Hill2 months agoSuper Hero
Hope it sets you on the right path. Ping me if you need any more help.