juliencegarra / OpenMATB

OpenMATB: A Multi-Attribute Task Battery promoting task customization, software extendability and experiment replicability
Other
43 stars 32 forks source link

Can openMATB switch whether each module belongs to automatic or manual while the program is running? #42

Open xuhanlin1 opened 3 months ago

xuhanlin1 commented 3 months ago

Is there a plugin or control that enables switching whether each module belongs to automatic or manual while the program is running?

I want to allow subjects to assign privileges during the task.

benoitvalery commented 3 months ago

Hi @xuhanlin1, Presently, it is impossible that the subject changes manual/automatic modes of the various tasks at hand. It is possible to switch auto-mode programmatically, through the scenario, but I think it’s not what you are looking after. If you are able to code in Python, maybe I could give you some advice to make your own fork. One day, we plan to elaborate an agent with which the user could interact – typically for the kind of use you mention, but it’s not a short term project. Thanks for your interest in OpenMATB!