Skip to content

Commit

Permalink
collaboration nodetype added
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaog committed Jun 28, 2024
1 parent 385a41b commit 6211572
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/execution/plugins/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export type CloseEndedQuestionNodeData = {
correctAnswers: string[];
};

export type CollaborativeModelingnNodeData = {
assignment: string;
scheme: string;
};

export type OpenQuestionNodeData = {
question: string;
material: string;
Expand Down

0 comments on commit 6211572

Please sign in to comment.