Closed jobrachem closed 8 months ago
But the debug mode should also be usable for testing conditions. A possible solution: Sesssions with the "debug" prefixes can be matched together - but for sessions without it, the randomizer will ignore "debug" data.
Should probably get the same fix as #220. Maybe we can even use the same suffix ("test") for the debug mode as for the test mode.
Turns out, since ExperimentSession.test_mode
already treats both test mode and debug mode as "test" mode, there is no need for further coding here.
It would be nice if sessions that were run in debug mode are assigned to a condition, but not counted towards the running counter of participants. This way, we can conduct test runs that will not take up condition slots.