Hi
For a memory task, I first present the participants with 16 words and then ask them to write down as many words as they can remember. I want to automate the scoring process so that if a respondent types a word correctly (without a typo), the first instance of the word is scored (repeated words don't count). Consequently, the perfect score would be 16; for somebody who has remembered and typed in all 16 words correctly.
Following some suggestions from the Qualtrics community, I've tried the scoring approach (Survey options > Advanced > Scoring). But this approach adds at most one point for the respondent. Furthermore, I've tried the branching approach (Survey flow > add a new element here > Branch) but don't think it is relevant to my case.
What should I do?
Solved
Scoring 16 words (in a text field)
Best answer by TomG
You could do it with 16 survey flow branch conditions using either contains' or 'matches regex' and an embedded data field:
Embedded Data: score = 0
Branch: If Q1 contains word1
Embedded Data score = $e{ e://Field/score + 1 }
Branch: If Q1 contains word2
Embedded Data score = $e{ e://Field/score + 1 }
...etc...
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

What do you think I should do?