multiple-choice task & RT for first typed letter

David McFarlane mcfarla9 at msu.edu
Fri May 2 13:37:55 UTC 2008


Cristina,

>i'd like to collect the RT to the first letter of the word they type 
>in (rather than RT to the entire response). is that a simple way to 
>accomplish that?

See the InputMask.Responses and KeyboardResponseData Object topics in 
the E-Basic online help.

>also, how can i make sure that caps and misspellings of the correct 
>answer will be
>scored as "accurate"?

You will have to do that in script.  You can use the UCase() or 
LCase() functions to convert the responses into either all upper case 
or all lower case, respecively (again, see those topics in the 
E-Basic online help).  As for misleppings, you will have to provide 
all the allowable incorrect spellings and then test for them all with 
a Select ... Case or a bunch of If ... Thens.

>for each item in the recognition task, subjects get a set of 4 
>choices, and i'm wondering how the task would be set up so that the 
>choices are randomized.

This is a job for nested lists.  You can get a taste of nested lists 
in sections 2.5 and 2.6 of the E-Prime User's Guide.

-- David McFarlane, Professional Faultfinder


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime-unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---



More information about the Eprime mailing list