[
{
"title": "Suffix Speed Run: Noun Builder",
"questions": [
{
"category": "Verb → Noun",
"question": "The act of defining a word is its ____.",
"options": ["definition", "definement", "wisdom", "arrival"],
"answer": "definition",
"explanation": "To turn the verb **define** into a noun, we add the suffix **-tion**."
},
{
"category": "Verb → Noun",
"question": "Please provide a ____ of the stolen item.",
"options": ["description", "describement", "freedom", "artist"],
"answer": "description",
"explanation": "The noun form of the verb **describe** is 'description'."
},
{
"category": "Adjective → Noun",
"question": "The ____ of the problem was surprising.",
"options": ["complexity", "complexness", "arrival", "wisdom"],
"answer": "complexity",
"explanation": "The noun form of the adjective **complex** is 'complexity'."
},
{
"category": "Noun → Noun",
"question": "The ____ between the two countries is strong.",
"options": ["friendship", "friendhood", "complexity", "decision"],
"answer": "friendship",
"explanation": "The relationship between friends is called **friendship**."
},
{
"category": "Verb → Noun",
"question": "Graduating from college is a great ____.",
"options": ["accomplishment", "accomplishness", "inquiry", "happiness"],
"answer": "accomplishment",
"explanation": "To turn **accomplish** into a noun, we add **-ment**."
}
]
}
]