Artur,
This is pretty simple to do. At around line 421 in ANT.pbl, there is a
code block that creates the feedback during the practice trials:
if(practice)
{
if(corr)
{
fixation.text <- gCorrectStr
} else
{
fixation.text <- gIncorrectStr
}
if(gParams.ShowRT)
{
fixation.text <- fixation.text+" ["+rt+" ms]"
}
}
Just edit this file using something like notepad++, replacing the
'practice' variable with the value '1' ; then it will always report these
values:
if(1)
{
if(corr)
{
.... and so on
Good luck,
Shane
> Hello, I downloaded the PEBL and I want to run an experiement where
> participants would have the reaction time throughout the task in Attention
> Network Task (ANT). I tried to edit the paramenters on PEBL but the option
> I found regard to Reaction Time was to show the reaction time in practice
> blocks only.
> Do you know anyway that I can modify that?(e.g show reaction time in each
> trial) This is a key concept in my experiment and I still could'nt find
> anyway to change that. I tried the E-prime version for this task but we
> have no license to utilize that program in my university. I am looking
> foward to good news.
>
> Thank you
> All the best
> Artur
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now.
> http://goparallel.sourceforge.net/_______________________________________________
> Pebl-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pebl-list
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Pebl-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pebl-list