List response | XM Community
Solved

List response

  • 29 September 2018
  • 2 replies
  • 20 views

Hi all
I am running a word production task which involves participants having to produce as many words as they can from a set of letters in 5 minutes. I would like them to enter the words and then have the number they have guessed fed back to them at the end. Is this possible? Thanks in advance
icon

Best answer by TomG 29 September 2018, 23:06

View original

2 replies

Userlevel 7
Badge +27
Yes, but you'll have to write a web service script or JavaScript to do it. Have them type their words in a text input box. Then have your script parse the answer into words, check each word for the appropriate letters, then count up the correct answers and return the answer in an embedded variable.
Thank you!! More complicated than I thought!

Leave a Reply