David,
Unfortunately, the length of the experiment isn't easily controlled
using a PEBL parameter. Right now, there are three blocks, a practice
block, round 1 and round 2. There are two things you can do:
1. by default, the trials provided are shuffled versions of the lists
specified in the color-stroop.pbl file from line 547 to around 641.
They look like this:
  x <-
[["I",yellow,2],["N",w1,4],["C",green,3],["N",w2,1],           ["C",yel
low,4],["I",green,2],["C",blue,2],["N",w3,3],           ["I",blue,3],["
I",yellow,3],["C",red,1],["N",w2,2],       ["C",green,3],["C",re
d,1],["N",w3,1],["C",blue,2],      ["C",yellow,4],["I",red,3],["N"
,w3,4],["N",w4,2],         ["I",green,4],["N",w1,2],["I",yellow,1],["
I",red,4]]


This represents about 28 trials where NCI represent congruency, the
second is the word (it is a variable representing the localized word),
and the third is the color ID (representing a specific RGB value).
You can edit these lists to make exactly the trials you want to give.
Be default, the practice is 28 trials, and  the other two rounds are
like 50 trials.
2. Alternately, you can set the parameter UsePreset to 0. This will
auto-generate an 8-trial practice, and two 28-trial test rounds. This
is close to 50 trials, but you can adjust the 8 and 28 in the
Round1Trials, Round2Trials, and PracticeTrials function we were just
editing to be whatever you want.
Best of luck,Shane
 
On Mon, 2017-05-08 at 07:45 +0000, David Goble wrote:
> Good day
> 
> 
> 
> 
> I am wanting to you your strop task for the assessment of executive
> functioning (response inhibition and decision making). Could you
> perhaps run me though how i can alter the duration of the test, so
> that we can run a test that is approximately
>  50 responses long. 
> 
> 
> 
> 
> 
> Kindest regards
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> David Goble (PhD)
> 
> 
> 
> School of Physiology
> Wits University, Johannesburg, South Africa
> Mobile: +27 (72) 225 6909
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  This communication is intended for the addressee only. It is
> confidential. If you have received this communication in error,
> please notify us immediately and destroy the original message. You
> may not copy or disseminate this communication without the permission
> of the University. Only authorised signatories are competent to enter
> into agreements on behalf of the University and recipients are thus
> advised that the content of this message may not be legally binding
> on the University and may contain the personal views and opinions of
> the author, which are not necessarily the views and opinions of The
> University of the Witwatersrand, Johannesburg. All agreements between
> the University and outsiders are subject to South African Law unless
> the University agrees in writing to the contrary. 
> -------------------------------------------------------------------
> -----------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot__________
> _____________________________________
> Pebl-list mailing list
> Pebl-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebl-list
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Pebl-list mailing list
Pebl-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebl-list

Reply via email to