courseMode constant

IriTerm const courseMode

courseMode [Expects: https://schema.org/Text, https://schema.org/URL]

The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous).

Can be used on: https://schema.org/CourseInstance

Implementation

static const courseMode = IriTerm.prevalidated(
  'https://schema.org/courseMode',
);