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
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.