Forum Discussion

DaisyOrellana's avatar
DaisyOrellana
Community Member
5 hours ago

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!

  • 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.

    • DaisyOrellana's avatar
      DaisyOrellana
      Community Member

      Thank you!
      This helps a lot!

      Your project is really cool, too! It felt so realistic!

      • Jonathan_Hill's avatar
        Jonathan_Hill
        Super Hero

        Hope it sets you on the right path. Ping me if you need any more help.