NBP-ACC / week-2-acc_8

week-2-acc_8 created by GitHub Classroom
0 stars 0 forks source link

Group 10 #1

Open simonjx opened 5 years ago

simonjx commented 5 years ago

i) Function to save the data: 5/5 ii) RT: 2/2 iii) Set Parameters: 1,5/2 or 2/2 iv) Create datapath: 2/2 v) Coding Style: 2/2

The program works fine and everything was solved well. However, we as a group, were unsure about the PCT_NOGO parameter as it was set to 20 and subsequentley the stimuli_list and nogo_trials of the experiment method were adjusted. It works as intended. The issue we saw was that the PCT_NOGO parameter has now a misleading name, since it is not a percentage anymore. Furthermore, if the NUMTRIAL parameter is changed, then the amout of nogo trials sticks to 20 and does not stay relative to the amount of total trials.

As the program works fine though and the data is still gathered as intended, we do not know if it really is a big issue.

YasarL commented 5 years ago

i) Function to save the data: 4/4 (Task gives only 4 points in total ;) ) ii) RT: 2/2 iii) Set Parameters: 1,5/2 or 2/2 iv) Create datapath: 2/2 v) Coding Style: 2/2

The program works fine and everything was solved well. However, we as a group, were unsure about the PCT_NOGO parameter as it was set to 20 and subsequently the stimuli_list and nogo_trials of the experiment method were adjusted. It works as intended. The issue we saw was that the PCT_NOGO parameter has now a misleading name, since it is not a percentage anymore. Furthermore, if the NUMTRIAL parameter is changed, then the amout of nogo trials sticks to 20 and does not stay relative to the amount of total trials.

As the program works fine though and the data is still gathered as intended, we do not know if it really is a big issue.