Back to Freecodecamp

Task 145

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656d199a0d5c10050b7e8241.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Brian: Sophie is a great workmate. She's very kind and helpful. -->

--description--

Being kind means being friendly, generous, and considerate. It's a positive adjective you use to describe someone who shows goodness or compassion to others.

--questions--

--text--

How does Brian describe Sophie?

--answers--

She is never kind.

--feedback--

Brian is giving a positive description of Sophie, not a negative one.


She is a kind.

--feedback--

The article a isn't needed before kind. It's not grammatically correct in this context.


She is a little kind.

--feedback--

Brian is emphasizing how kind Sophie is, not downplaying it.


She is very kind.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 18.75,
      "finishTimestamp": 22.3
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Sophie is a great workmate. She's very kind and helpful.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5
    }
  ]
}