elicit-experiment / frontend

Elicit experiment frontend
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Render and Change events not emitted #13

Closed madjens closed 3 weeks ago

madjens commented 1 month ago

For RadioButtonGroup/CheckboxGroup the only event that is being emitted is State event.

We create the experiment using tests/Testcase_radiobutton.py

Example of an experiment we ran study_definition_id=1090

The results are being dumped using examples/learning_study/dump_results.py

This is the data that we get for the trial image

madjens commented 4 weeks ago

With this change we have now lost the entity_type and kind information on the state point_type.

image

Example running tests/Testcase_radiobutton.py

Version where the data is missing study_id = 1090 protocol_id = 1088

iainbryson commented 3 weeks ago

@madjens this should be fixed now. Can you verify?

madjens commented 3 weeks ago

yes this works now