eduQuestionType constant

IriTerm const eduQuestionType

IRI for schema:eduQuestionType [Expects: https://schema.org/Text]

For questions that are part of learning resources (e.g. Quiz), eduQuestionType indicates the format of question being given. Example: "Multiple choice", "Open ended", "Flashcard".

Can be used on: https://schema.org/Question, https://schema.org/SolveMathAction

Implementation

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