UNPKG

@andreasdymek/branching-scenario

Version:

Create adaptive learning experiences by authoring a gamebook, where you present the student with choices on how to continue. The content in the gamebook can be based on a all other WebWriter content types.

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; }