Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675c9900820144823ed5b11a.md

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Thanks, Jake. Let's meet later to discuss the investigation results and plan our next steps. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Jake. BLANK BLANK BLANK to discuss the investigation results and plan our next steps.

--blanks--

Let's

--feedback--

This is a contraction for Let us, used to suggest doing something together. The first letter is capitalized.


meet

--feedback--

This word means to come together, often to discuss or plan something.


later

--feedback--

This word refers to a time in the future, not immediately.

--explanation--

Let's is a contraction for Let us, used to make a suggestion or propose doing something together.

Meet means to come together, often for a discussion or planning.

Later refers to a future time, not immediately. Sarah is suggesting they meet in the near future to discuss the results and plan further actions. For example:

Let's meet tomorrow to finalize the details. - This suggests getting together the next day to complete planning.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 51.4,
      "finishTimestamp": 55.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Thanks, Jake. Let's meet later",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.72,
      "finishTime": 5.42,
      "dialogue": {
        "text": "to discuss the investigation results and plan our next steps.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}