jsPsych
jsPsych copied to clipboard
Create behavioral experiments in a browser using JavaScript
Tracking issue for: - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/20 [Instructions](https://trainingportal.linuxfoundation.org/learn/course/securing-projects-with-openssf-scorecard-lfel1006/scorecards-checks/medium-risk?page=1) [Code](https://github.com/ossf/scorecard/blob/main/checks/evaluation/fuzzing.go) [Documentation](https://github.com/ossf/scorecard/blob/main/docs/checks.md#fuzzing)
Tracking issue for: - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/21 [Instructions](https://trainingportal.linuxfoundation.org/learn/course/securing-projects-with-openssf-scorecard-lfel1006/scorecards-checks/medium-risk?page=4) [Code](https://github.com/ossf/scorecard/blob/main/checks/sast.go) [Documentation](https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast)
Tracking issue for: - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/22 [Instructions](https://trainingportal.linuxfoundation.org/learn/course/securing-projects-with-openssf-scorecard-lfel1006/scorecards-checks/medium-risk?page=5) [Code](https://github.com/ossf/scorecard/blob/main/checks/evaluation/security_policy.go) [Documentation](https://github.com/ossf/scorecard/blob/main/docs/checks.md#security-policy)
Tracking issue for: - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/16 - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/15 - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/14 [Instructions](https://trainingportal.linuxfoundation.org/learn/course/securing-projects-with-openssf-scorecard-lfel1006/scorecards-checks/high-risk?page=6) [Code](https://github.com/ossf/scorecard/blob/main/checks/evaluation/permissions/permissions.go) [Documentation](https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions)
Tracking issue for: - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/19 [Instructions for branch protection rules](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#include-administrators)
Tracking issue for: - [ ] https://github.com/jspsych/jsPsych/security/code-scanning/19 [Instructions for requiring code review](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-pull-request-reviews-before-merging)
Hi @becky-gilbert, Four years ago, you helped me with the `trial_ends_after_audio` parameter in the psychophysics plugin (see discussion https://github.com/jspsych/jsPsych/discussions/1158). The plugin (and jspsych) has been updated since then, so I...
The record-video extension (and html-video-response) should record audio and video when init-camera has the parameter include_audio: true. But when include_audio is true, the base64data is no longer accessible due to...
I want to pause the current trial during the experiment if the user’s eyes are detected to be off the screen, and then resume the trial once the user returns...
In SurveyJS, we can set question number in the panel (see pic), but it's disabled in jspsych survey. BTW, why does a strange scrollbar appear in the panel's question? Is...