← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "Quiz",
"hasPart": [
{
"@type": "Question",
"name": "What is the chemical symbol for water?",
"acceptedAnswer": {
"@type": "Answer",
"text": "H2O"
},
"eduQuestionType": "Multiple choice"
},
{
"@type": "Question",
"name": "What planet is closest to the Sun?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Mercury"
},
"eduQuestionType": "Multiple choice"
}
],
"about": "General Science",
"name": "Basic Science Quiz",
"description": "Test your knowledge of basic science concepts."
}