courseWorkload constant

IriTerm const courseWorkload

courseWorkload [Expects: https://schema.org/Text]

The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, "2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week".

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

Implementation

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