Howdy, Stranger!

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

Supported by

Events for OpenSesame Extensions

By creating an an extension for OpenSesame, is there any documentation I can see which are all the possible events that can the interface of OpenSesame execute ?

For example is there an event for when entering and saving a Subject ?

Comments

  • Hi @chris8574 ,

    Yes, a list of events can be found in the code of the example extension. This list contains all the events that are fired by the OpenSesame core libraries. Extensions can (and do, in some cases) fire their own custom events, which aren't listed there. But these are probably not of interest to you anyway.

    For example is there an event for when entering and saving a Subject ?

    What do you mean with "saving a subject"? There is an event for when the experiment file is saved (save_experiment), for when an experiment finishes (end_experiment), and for processing all collected data files (process_data_files). So one of these probably does what you're looking for.

    Cheers!

    Sebastiaan

Sign In or Register to comment.