Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66df6e18114b0b7720849ebc.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Linda: I believe we can roll out another update by next month. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When is Linda planning to roll out another update?

--answers--

By next month.


By the end of this week.

--feedback--

Think about whether Linda mentioned the end of this week in her plan.


By the end of the year.

--feedback--

Consider if Linda talked about a longer timeline, like the end of the year.


In two days.

--feedback--

Think about whether Linda mentioned such a short time frame.

--video-solution--

1

--explanation--

To understand when someone is planning to do something, look for time expressions or phrases in their statement.

In Linda's statement, she uses the prepositon by to indicate the time she expects to roll out another update.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.42,
      "finishTimestamp": 46.28
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "I believe we can roll out another update by next month.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}