Back to Freecodecamp

Task 75

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

latest2.2 KB
Original Source
<!-- AUDIO REFERENCE: Linda: Not yet, but I anticipate we'll start receiving more detailed reports as more users navigate the updated interface. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda expect to happen?

--answers--

She expects to receive more detailed reports.


She expects the interface to stop working.

--feedback--

Think about whether Linda mentioned anything negative about the interface's performance.


She expects users to dislike the updates.

--feedback--

Consider if Linda mentioned users' opinions about liking or disliking the updates.


She expects fewer people to use the interface.

--feedback--

Think about whether Linda expects the number of users to decrease or increase.

--video-solution--

1

--explanation--

To understand what someone expects to happen, look for words or phrases that indicate future actions or predictions.

Linda uses the word anticipate to show what she thinks will happen in the future as a result of more users navigating the updated interface.

Then, she says start receiving more detailed reports, indicating something will come as users interact with the updated interface.

--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": 34.22,
      "finishTimestamp": 40.44
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "Not yet, but I anticipate we'll start receiving more detailed reports",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.82,
      "finishTime": 7.22,
      "dialogue": {
        "text": "as more users navigate the updated interface.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.72
    }
  ]
}