Skip to content

Commit

Permalink
fix the parameter info on the ConsentSurveyPlugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert committed Nov 5, 2024
1 parent 155cb65 commit 0c7f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/surveys/src/consentSurvey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type Trial = TrialType<Info>;

/** Consent Survey plugin extends jsPsych's Survey Plugin. */
export class ConsentSurveyPlugin extends SurveyPlugin {
public static readonly info = SurveyPlugin.info;
public static readonly info = info;
/**
* Custom consent survey function adds functionality before creating a survey
* based on the user-defined survey JSON/function.
Expand Down

0 comments on commit 0c7f4b9

Please sign in to comment.