Nikolay Petrov

Results 17 comments of Nikolay Petrov

Though late, this is not too difficult to implement using the `on_load` function. Remember that `jsPsych` is a lightweight framework that allows you to structure your experiments easily - you...

From the source code: ![image](https://user-images.githubusercontent.com/69648344/205342207-3ed55051-5e17-44ab-ac81-120d14dd313e.png) It appears that adding validation is yet to be done. As specified in the [plugin documentation](https://www.jspsych.org/7.3/plugins/survey/), the plugin itself is still in development. I do...

Just one thing to flag is that it is not entirely clear to me how the 'panning' would work. Using the [jsfiddle example](https://jsfiddle.net/vjs4ykb8/) from #2570, it's unclear to me why...

my $0.02: could be especially helpful for simulation-related functionality as I constantly find myself forgetting the names of the parameters. Possible error/warning messages could include: "Argument FOO provided in trial...

Same as for [on_start](https://www.jspsych.org/7.3/overview/events/#on_start-trial) makes sense to me. To give one (very simplified) example from a recent experiment. Instead of this (focus on the `trial_duration` parameter): ``` let leapfrog_trial =...