Back to Freecodecamp

Task 82

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

latest2.2 KB
Original Source
<!-- AUDIO REFERENCE: Linda: I believe we can roll out another update by next month. We've already started working on the fixes. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Linda believe they can roll out another update soon?

--answers--

Because they don't have any issues to fix.

--feedback--

Think about whether Linda mentioned that there are no issues to address.


Because the users are satisfied with the current version.

--feedback--

Consider if Linda talked about user satisfaction in her statement.


Because they finished all the work last month.

--feedback--

Think about if Linda said anything about finishing the work already.


Because they have already started working on the fixes.

--video-solution--

4

--explanation--

To understand why someone believes something can happen soon, look for reasons they provide in their statement.

In the sentence We've already started working on the fixes, already shows that they began working on the fixes sooner than expected.

This shows they have begun the necessary work, which supports her belief that they can roll out another update soon.

--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": 48.34
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "I believe we can roll out another update by next month.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.46,
      "finishTime": 6.52,
      "dialogue": {
        "text": "We've already started working on the fixes.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.82
    }
  ]
}