Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68533d7965c28af820591054.md

latest1.4 KB
Original Source
<!-- (Audio) Anna: Perfect, Brian. Thanks for helping to make these policies clearer. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect, Brian. Thanks for helping to make these policies BLANK.

--blanks--

clearer

--feedback--

This means easier to understand or more obvious.

--explanation--

Clearer is the comparative form of clear, meaning more understandable or less confusing. For example:

The new charts made the data clearer for everyone in the meeting. – This means the charts helped people understand the data better.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 73.96,
      "finishTimestamp": 77.06
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "Perfect, Brian. Thanks for helping to make these policies clearer.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}