Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685aae8a9bec6825e19d168f.md

latest1.4 KB
Original Source
<!-- (Audio) Sophie: I'll send you the draft for approval before we send it out. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll send you the draft for BLANK before we send it out.

--blanks--

approval

--feedback--

This refers to the act of accepting or agreeing to something officially.

--explanation--

An approval is a permission or agreement that something is acceptable or ready. For example:

We can't publish the report without the manager's approval. – This means the manager needs to say it's okay before the report is released.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 63.4,
      "finishTimestamp": 66.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "I'll send you the draft for approval before we send it out.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}