Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Exam

Index

Properties

instances: WeakMap<ExamSpecification, Exam> = ...
component_kind: "component" = "component"
exam_id: string
title: string
html_instructions: string
html_announcements: readonly string[]
mk_questions_message: string
mk_download_message: string
mk_bottom_message: string
mk_saver_message: string
points: MinMaxPoints
sections: readonly (Section | SectionChooser)[]
enable_regrades: boolean
allSections: readonly Section[]
allQuestions: readonly Question<ResponseKind>[]
sectionsMap: {} = {}

Type declaration

  • [index: string]: Section | undefined
questionsMap: {} = {}

Type declaration

assets_dir?: string

Methods

  • addAnnouncement(announcement_mk: string): void
  • getSectionById(section_id: string): undefined | Section

Constructors

Generated using TypeDoc