Skip to content

Commit

Permalink
Merge pull request #18 from polyglot-edu/16-implementation-execution-…
Browse files Browse the repository at this point in the history
…nodetypes

update closeendedquestion type
  • Loading branch information
tmaog authored Jan 25, 2024
2 parents fd6a73c + a51ce10 commit 9f187d0
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 9f187d0

Please sign in to comment.