Releases: janatalab/pyensemble
PyEnsemble v1.1.1
PyEnsemble v1.1
This release adds support for group experiments in which an experimenter and one or more participants can connect to a an experiment session. Utilizing the group_trial form handler, the presentation of forms can be yoked across participants.
The group experiment mechanism, by virtue of allowing connection to the session from an experimenter's computer, allows for integration of other experiment devices with PyEnsemble experiments. For example, an experimenter's computer can run a program that both controls data collection via an external device and communicates with the PyEnsemble server. The program sends HTTP requests to PyEnsemble that communicate trial state and data that can be used by a PyEnsemble experiment to perform calculations that requires input from all session participants. The experimenter's program can also poll the PyEnsemble session to determine whether all participant sessions are ready, prior to commencing with the next experiment trial.
PyEnsemble v1.0.001
- Fixes an issue in which an Experiment had to be in Edit mode in order to generate tickets.
PyEnsemble v1.0.0
This is the first public release of PyEnsemble.