Skip to content
Discussion options

You must be logged in to vote

Hi Gorkem,

Could you just remove all of the feedback trials from the jsPsych data before you send the data back to the server? For instance using jsPsych's data manipulation functions like filter or filterCustom?

Otherwise your first option seems like it should work. You can edit the plugin so that it takes the correct response as a parameter (or any other information you need to score the response, like type and orientation).

plugin.info = {
  name: 'html-keyboard-response',
  description: '',
  parameters: {

    // other parameters here...

    stim_type: {
      type: jsPsych.plugins.parameterType.STRING,
      pretty_name: 'stim type',
      default: null,
      description: 'Stim ty…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by becky-gilbert
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants