Didn't see the attachment here. Maybe zip the files as a single folder? Anyways, are you presenting the 30 anagrams within a single custom item, or are you presenting them one at a time by using the same custom item 30 times?
Didn't see the attachment here. Maybe zip the files as a single folder? Anyways, are you presenting the 30 anagrams within a single custom item, or are you presenting them one at a time by using the same custom item 30 times?
Hi Jarvis, the attachment must have slipped my mind. I'm presenting 30 anagrams within a single custom items.
I see. This is definitely an html/javascript issue. I'm not an expert in this area and I don't know off hand how to record the time at which an input field is entered or exited. I'm sure information on how to do that exists and could be Googled.
Another option to consider would be to use the WebTracker item type. You could create a starting HTML page with links to each acronym and have one HTML page for each. A subject clicks on "CTA" and goes to that acronym page. The webtracker item will record every acronym link the subject follows, how long they stay there, and where they go from there. Using form data you could also submit their answer to each acronym in the URL of the subsequent link.
Yet another much simpler approach would be to give them the anagrams one at a time, in which case it would be quite easy to simply record the RT of each item. But if you need all at once, then of course, you need all at once.