Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Display Results From Multiple Components

Hello.

I would like to be able to display summary results from multiple components. I am using jsPsych with JATOS and have three components of the Stroop task. I would like to do the following:

1) Display mean accuracy/RT for all three tasks for one worker

2) Display mean accuracy/RT for all three tasks for all workers that have performed the experiment as a list

I would like to have a page where the user picks a worker from a list and their summary data is displayed on the screen. Or they choose "all workers" and all results are displayed as a list.

Thank you,

Jason

Comments

  • Hi Jason,


    We won't implement something like that in JATOS, the reason is that every experiment will have slightly different ways of saving the data and there's just no way to (or point in trying) to automatize this.

    Instead, your analysis sounds pretty simple. All you need to do is export your results from JATOS, import them into R or Matlab (jsPsych might have examples) and then you can calculate anything you want there.

    Best

    Elisa

  • Hello Elisa,

    Your response makes sense. I am working with the MySQL dB and reading all the results from there. From there I will be able to build the functionality I am looking for. I want to keep everything within the same web-based interface and not have to deal with downloading and processing raw data.

    Thanks,

    Jason

Sign In or Register to comment.