eduQuestionType constant

IriTerm const eduQuestionType

eduQuestionType [Expects: http://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: http://schema.org/Question, http://schema.org/SolveMathAction

Implementation

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