UNPKG

@webwriter/branching-scenario

Version:

Create adaptable learning experiences by authoring a gamebook, where you present the student with choices on how to continue.

12 lines (11 loc) 224 B
interface Rule { output_id: string; elementId: string; quizTasks: string; condition: string; match: string; target: string; isConditionEnabled: Boolean; isMatchEnabled: Boolean; isTargetEnabled: Boolean; }