Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68568c64da01fe3b595d9777.md

latest1.4 KB
Original Source
<!-- (Audio) Maria: Absolutely. I'll send you a detailed breakdown by tomorrow. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. I'll send you a detailed breakdown BLANK.

--blanks--

by tomorrow

--feedback--

This two-word phrase means no later than the end of the next day.

--explanation--

By tomorrow means something will happen before or at the latest on the next day. It sets a clear deadline. For example:

Please finish the report by tomorrow. – This means the report should be done before the end of the following day.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 63.7,
      "finishTimestamp": 66.82
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "Absolutely. I'll send you a detailed breakdown by tomorrow.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}