Skip to content

Commit

Permalink
update closeendedquestion type
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaog committed Jan 21, 2024
1 parent 20d7bf1 commit a51ce10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/execution/plugins/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ export type TrueFalseNodeData = {
export type closeEndedQuestionNodeData = {
question: string;
correctAnswers: string[];
aiQuestion: boolean;
language?: string;
questionGenerated?: string;
possibleAnswer?: string;
questionCategory?: number;
questionType?: number;
};

export const zip = <T, K>(a: T[], b: K[]) =>
Expand Down

0 comments on commit a51ce10

Please sign in to comment.