In this task, the goal is to obtain a consistent value.  If range of
taps is less than 5 for the last five trials, it will stop because the
subject has achieved essentially the same measure.  If not, it will
continue for 8 rounds--a value that can be changed in the parameter
settings.  

If you don't want that behavior, edit the tapping.pbl file using
notepad++ or another programming text editor.  Look for the code below,
and  comment out using # at the beginning of the line the four lines at
the end of this block of code that check for this range and set it to
complete, as I have done here:


     last5 <- SubList(First(Transpose(data)),trial-5+1,trial)
     range <- Max(last5)-Min(last5)

     ##if the range is small, we can quit
#     if(range <= 5)
#     {
#      complete <- 1     ##we completed 5 good trials
#     }



Best,
Shane


On Fri, 2016-07-22 at 11:28 +0300, Duygu Cap wrote:
> Hello,
> 
> Wish you have a nice day. I have a question related to tapping
> battery in your program. We are using tapping in our project;
> however, there is a problem. You know there is a set for 10 seconds
> and 8 trials for each hand (we are using for both dominant and non-
> dominant hands) but the 8 trials does not take place for some people.
> For example, it occurs 8 for right hand and 6 for left hand, 5 & 6
> and so on. We want it 8 trials for each hand and for each person in
> each time. How can we fix it? Can you help me?
> 
> If I cannot explain to you let me know. I will try to explain again.
> 
> Kind regards
> -------------------------------------------------------------------
> -----------
> _______________________________________________
> Pebl-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pebl-list

------------------------------------------------------------------------------
_______________________________________________
Pebl-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pebl-list

Reply via email to