Ruchika,
You can run multiple PEBL tests simultaneously--there is no technical
obstacle to this-- You would just need to write a batch file that
launches them both.  But I'm not exactly sure how you would do this for
PASAT and 1-back because they each require separate input.  You would
need to maybe run them and click between them, and it would be
difficult synchronizing them to both start at the same time. It would
probably be better to use two separate computers with two keyboards,
because then each test would have its dedicated input and you wouldn't
have to worry about managing two windows.
If I wanted a dual-task combining pasat and n-back, I'd probably just
write a custom task that combines them both, so I have tight control
over everything.  In fact, PEBL 2.0+ lets you create multiple windows,
so it might not be too terrible managing both tasks simultaneously, but
if I were doing this I'd try to put the two tasks on a single
window.  Either way, this would not be a trivial programming challenge-
-you can't just copy both tasks into a single file and hope everything
will work. But you would have a single input mode, and tighter control
and synchronizing of things.   Anyway, all of these approaches sound
fairly complicated, or at least a moderate programming challenge, and
the two-computers solution would be the first one I would try if I
really needed both running at the same time.
Shane


On Tue, 2019-04-09 at 19:02 +0530, Ruchika Iqbal wrote:
> Hello,
> I wanted to ask that is it possible to run two tests simultaneously
> on PEBL 2.1 ? As an example is it possible to run PASAT and 1-back
> test at the same time and on the same computer screen ? Please let me
> know the steps with the help of which I can design such an experiment
> at the earliest.
> 
> Thanking you,
> 
> Ruchika Iqbal
> 
> 
> 
> 
> _______________________________________________Pebl-list mailing 
> listpebl-l...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebl-list
_______________________________________________
Pebl-list mailing list
Pebl-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebl-list

Reply via email to