Back to Freecodecamp

Task 109

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6822b7ee3d75a2747c732cf5.md

latest1.7 KB
Original Source
<!-- (Audio) Jessica: Let's start with how they look. The new one seems easier to use and cleaner than the old one. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's start with BLANK. The new one seems easier to use and cleaner than the old one.

--blanks--

how they look

--feedback--

These three words mean the appearance or design of something.

--explanation--

How they look is a clause that starts with how, which introduces a topic or subject. For example:

He didn't like how the icons looked on the screen. – This means he didn't like the appearance of the icons.

Clauses like how they look are called noun clauses, and they can act as the object of a sentence.

In this context, Let's start with how they look means the first thing to examine is the way the two versions appear visually.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.64,
      "finishTimestamp": 9.06
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "Let's start with how they look. The new one seems easier to use and cleaner than the old one.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}