exporl / apex

APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
http://kuleuven.be/exporl/apex/
Other
10 stars 2 forks source link

Resultsviewer: parse parameters and javascript from results file #277

Open tomfrancart opened 5 years ago

tomfrancart commented 5 years ago

When the resultsviewer is shown after an experiment, it receives javascript code to be injected and results parameters from the experimentfile (cf rtresultsink.cpp, line 135-136).

The results parameters and extra javascript are saved in the apr file. However, when the apr file is opened directly from APEX, they are not parsed and injected in the resultviewer, leading to different behaviour compared to viewing the resultsviewer at the end of an experiment. This should be fixed