# Nakafa Framework: LLM

> For AI agents: use [llms.txt](https://nakafa.com/llms.txt). Markdown versions are available by appending `.md` to content URLs or sending `Accept: text/markdown`.

URL: https://nakafa.com/en/exercises/high-school/snbt/english-language/try-out/2026/set-1/14

Exercises: Try Out 2026 - Set 1: Real exam simulation to sharpen your skills and build confidence. - Question 14

---

## Exercise 14

### Question

export const metadata = {
  title: "Question 14",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "03/09/2026",
};

UNESCO is the United Nations Educational, Scientific and Cultural Organization. It seeks to build peace through international cooperation in Education, the Sciences and Culture. UNESCO's programs contribute to the achievement of the Sustainable Development Goals defined in Agenda <InlineMath math="2030" />, adopted by the UN General Assembly in <InlineMath math="2015" />.

Political and economic arrangements of governments are not enough to secure the lasting and sincere support of the peoples. Peace must be founded upon dialogue and mutual understanding. Peace must be built upon the intellectual and moral solidarity of humanity.

In this spirit, UNESCO develops educational tools to help people live as global citizens free of hate and intolerance. UNESCO works so that each child and citizen has access to quality education. By promoting cultural heritage and the equal dignity of all cultures, UNESCO strengthens bonds among nations. UNESCO fosters scientific programs and policies as platforms for development and cooperation. UNESCO stands up for freedom of expression, as a fundamental right and a key condition for democracy and development. Serving as a laboratory of ideas, UNESCO helps countries adopt international standards and manages programs that foster the free flow of ideas and knowledge sharing.

UNESCO's founding vision was born in response to a world war that was marked by racist and anti-Semitic violence. Seventy years on and many liberation struggles later, UNESCO’s mandate is as relevant as ever. Cultural diversity is under attack and new forms of intolerance, rejection of scientific facts and threats to freedom of expression challenge peace and human rights. In response, UNESCO's duty remains to reaffirm the humanist missions of education, science and culture.

(Adapted from: https://en.unesco.org/about-us/introducing-unesco)

The word "must" in the sentence "Peace must be built upon the intellectual and moral solidarity of humanity" shows an expression of....


### Choices

- [ ] Prohibition
- [x] Obligation
- [ ] Suggestion
- [ ] Conclusion
- [ ] Recommendation

### Answer & Explanation

export const metadata = {
  title: "Solution to Question 14",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "03/09/2026",
};

The modal verb "must" in this context expresses a strong necessity or obligation.

The sentence "Peace must be built upon the intellectual and moral solidarity of humanity" emphasizes that peace is required to be founded on intellectual and moral solidarity, not just suggested or recommended. Therefore, the word "must" here indicates an obligation.


---
