Skip to content

Commit

Permalink
Fix some minor issues with the video-several-keyboard-responses docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Dec 20, 2023
1 parent 6448302 commit b2d06be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/plugin-video-several-keyboard-responses.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@jspsych/plugin-video-several-keyboard-responses": major
"@jspsych-contrib/plugin-video-several-keyboard-responses": major
---

Added video plugin based on video-keyboard-response plugin that allows for multiple responses and records video time
Empty file.
3 changes: 0 additions & 3 deletions packages/plugin-video-several-keyboard-responses/CHANGELOG.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jspsych-self-paced-reading plugin
# jspsych-video-several-keyboard-responses plugin

Based on [video-keyboard-response](https://github.com/jspsych/jsPsych/tree/main/packages/plugin-video-keyboard-response) plugin, this plugin allows playing video and recording multiple responses together with video timestamps.

Expand All @@ -22,7 +22,7 @@ In addition to the [default data collected by all plugins](https://www.jspsych.o

```javascript
const trial = {
type: VideoSeveralKeyboardResponsesPlugin,
type: jsPsychVideoSeveralKeyboardResponses,
stimulus: ['video/sample_video.mp4'],
choices: "ALL_KEYS",
prompt: "Press any keys",
Expand Down

0 comments on commit b2d06be

Please sign in to comment.