Mortimer v0.8.4
Mortimer v0.8.4 (Released 2021-04-15)
Added v0.8.4
- Added button for starting an experiment directly with url parameters
Changed v0.8.4
- Participant registration route now works with experiment version. The version is required for registration and optional for checking.
- Changed internal handling of page tokens
- /callable route in alfredo.py does not automatically redirect to /experiment anymore. This prevents unnecessary redirects. Previously, those redirects happened every time the called function return
None
. - /callable route in alfredo.py now automatically jsonifies return values.
Mortimer v0.8.2
Added
Starting from v0.8.2, Mortimer allows experimenters to check, whether partcipants have
participated in a specific experiment through the route /participation
.
A guide on how to use it is available in the wiki
Mortimer v0.8.0
Changed
Mortimer was updated to be compatible with alfred3 v2.0. This included
first and foremost an update to the data export handling and some small
updates to configuration handling. Due to these changes, Mortimer v0.8.0
is not compatible with older versions of alfred3.