Howdy, Stranger!

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

Supported by

[open] Record random presentation in sequential order in the log file

edited March 2014 in OpenSesame

Hi all,

I am a new user of Opensesame I am really gratefull to the developpers for providing such a tool!!!

I'm having some trouble with the log file, because for my experiment i want the stimuli to be presented in random order, but then I would like that in the log file the results from all the participants will appear all in the same order not in the order that they were presented to the participants.

In this way will be easy for me to copy the logs file of the participants all in the same dataframe to run statistical analysis.

I hope I could explain my self, it is possible to do something like that? (by the way I don't know the pyton language)

Thanks a lot!!

Comments

  • edited 8:02PM

    Hi Mauro,

    There's no way to alter the order of the rows of the logfile itself, but you could use something like the following trick. Add a new variable to your loop table, say sort_id, and simply give it incremental values, starting from 1, like so:

    image

    Then, during the analysis, you can use this variable to sort your dataframe in R, Excel, or whatever analysis package you may be using.

    Cheers!
    Sebastiaan

Sign In or Register to comment.