Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ExamGenerator

Index

Type aliases

UUID_Strategy: "plain" | "uuidv4" | "uuidv5"
ExamGeneratorOptions: { frontend_js_path: string; frontend_assets_dir: string; uuid_strategy: UUID_Strategy; allow_duplicates: boolean; uuidv5_namespace?: string; consistent_randomization?: boolean }

Type declaration

  • frontend_js_path: string
  • frontend_assets_dir: string
  • uuid_strategy: UUID_Strategy
  • allow_duplicates: boolean
  • Optional uuidv5_namespace?: string
  • Optional consistent_randomization?: boolean
ExamGeneratorSpecification: Partial<ExamGeneratorOptions>

Generated using TypeDoc