Two subjects at same time (prisoner's dilemma)

67 views
Skip to first unread message

Elilab

unread,
May 15, 2013, 5:41:52 PM5/15/13
to e-p...@googlegroups.com
We're trying to get e-prime to control the experiment for two subjects at the same time with a prisoner's dilemma task. Can it communicate between two computers? Should we simply have 2 screens for one computer? Can e-prime collect responses from 2 keyboards at the same time and present feedback according to both inputs?

Has anyone done something similar to this in the past?

Thanks

Paul Groot

unread,
May 16, 2013, 6:59:18 AM5/16/13
to e-p...@googlegroups.com

Elise,

Two displays: yes, that's possible (eprime 2 pro)
Two keyboards: no (although combining different types of input devices is possible)
Creating a parallel task in a single script will not be trivial, if not impossible in most cases.
So, a single computer set-up would not be my favourite choice.

Two separate computers will be more flexible. Communication between the systems can be done in several ways. A direct serial (RS232, using nulmodem cable) or network (TCP) connection is possible, but may be difficult to do if you're not already experienced with E-Basic scripting. Handling the (asynchronous) data stream will be the most difficult part. (Depending on the complexity of the exchanged information.)

Another option is to create files on a network share that can be accessed from both computers. Although this seems easier to do, this not a very elegant and reliable method.

In very specific cases a mixture of both methods might also work. For example: a simple TCP data stream for sending events or triggers, and a file share for exchanging more complex event related info using files.

Best
Paul



--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+u...@googlegroups.com.
To post to this group, send email to e-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/5b9145bf-9d47-43c9-8e80-e65a94eb3f09%40googlegroups.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Elilab

unread,
May 16, 2013, 1:56:12 PM5/16/13
to e-p...@googlegroups.com
Thanks Paul, much more complicated than I expected!
Reply all
Reply to author
Forward
0 new messages