eduQuestionType constant
IriTerm
const eduQuestionType
IRI for schemahttp: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 = const IriTerm(
'http://schema.org/eduQuestionType',
);