Forum Discussion
GrahamDWoods
3 years agoCommunity Member
Narrative answers, how to measure "correctness"
I'm building a module that has some assessment questions at the beginning.
The answers to these will be narrative, as in "Please describe your experience of a,b,c...."
There are two things I'd l...
WaltHamilton
Super Hero
This discussion contains a sample project that will allow you to check answers based on keyword use, but not frequency: https://community.articulate.com/discussions/articulate-storyline/free-sample-check-essay-questions-for-concepts-not-words
It shouldn't be too difficult to modify the js to count usages.
As to learning, there really is no way to change your SL project after it is published. So the only way it might work would to programatically connect it to some sort of a database. My first thought is that even if it's possible, it is probably more work than it would be worth, but YMMV.
GrahamDWoods
3 years agoCommunity Member
Thanks Walt. Appreciate you taking the time to reply.