From 6626e2c712cbcd9bf771693269be17033a5f01d0 Mon Sep 17 00:00:00 2001 From: Malik Piara Date: Tue, 18 Jun 2024 13:41:17 +0200 Subject: [PATCH] Rendering a hint for the definitions chapter. --- components/quiz/index.tsx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/components/quiz/index.tsx b/components/quiz/index.tsx index 22986ab..b80959c 100644 --- a/components/quiz/index.tsx +++ b/components/quiz/index.tsx @@ -249,6 +249,34 @@ const Quiz: React.FC = ({ chapter }) => {

Do not use any other parentheses.

+ )) || + (currentChapter.id === 3 && ( + <> +

+ What is a definition? +

+

+ A definition is a rule of paraphrase designed to explain + meaning. More precisely, a definition of a word or phrase + is a rule saying how to eliminate this word or phrase in + any sentence using it and produce a second sentence that + means the same thing – the purpose of this being to + explain or clarify the meaning of the word or phrase. +

+

+ Definitions may be stipulative (specifying your own usage) + or lexical (explaining current usage). A good lexical + definition should allow us to "paraphrase out" a + term – to produce a second sentence that means the same + thing but doesn't use the defined term. A good + lexical definition should: be neither too broad nor too + narrow, avoid circularity and poorly understood terms, + match in vagueness the term defined, match, as far as + possible, the emotional tone (positive or negative or + neutral) of the term defined, and include only properties + essential to the term. +

+ ))}