1.2
This is the last release of the 1.x version. Future releases will not support Python 2.7.x.
Changes/Enhancements:
- Flag some parts of the questionnaire JSON as safe (so HTML can be added to those fields).
- Custom export feature now works without grouping or ordering variables.
- Can now group by multiple columns on custom exports.
- Added a simple honeypot to the consent page.
- Added a progress summary to the top of the admin panel's progress page.
- When assigning conditions to participants, omit "abandoned" attempts from the calculation of participant counts in each condition.
- Added in the ability to load in participant progress based on their MTurk ID (via the
RETRIEVE_SESSIONS
config option, set it toTrue
). - Removed the IP address check on verify_session_valid.
- Made changes to work with the 2021.1.x version of Unity (which uses a different type of compression).
- Added a method of defining database tables via a JSON file instead of in the
models.py
file.
Fixes:
- Fixed variance fallback method.
- Fixed bug where the last condition's questionnaires weren't found.
- Possible fix for participants getting redirected back to the start_mturk page.