Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4748510b1b9327a5f4356.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: The client is asking if we can finish a week earlier. What do you think? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The client is asking if we can finish a week BLANK. What do you think?

--blanks--

earlier

--feedback--

This word means something happens before the expected time.

--explanation--

Earlier generally means something happens before a scheduled or expected time. Here, earlier means finishing the project before the original deadline. Another example:

Can we start the meeting earlier tomorrow? - This means moving the meeting to a time before the one it was originally planned to be.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 3,
      "finishTimestamp": 6.42
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "The client is asking if we can finish a week earlier. What do you think?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.92
    }
  ]
}