Back to Freecodecamp

Task 73

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

latest2.1 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Not yet, but I BLANK we'll start receiving BLANK BLANK BLANK as more users navigate the updated interface.

--blanks--

anticipate

--feedback--

A word that means to expect or predict something will happen.


more

--feedback--

A word used to show a greater quantity or amount.


detailed

--feedback--

A word that means including many details or pieces of information.


reports

--feedback--

It refers to documents or statements providing information or feedback.

--explanation--

Anticipate is used when you think something is likely to happen in the future.

More is used to indicate a greater quantity or amount of something.

Detailed means including many details or pieces of information.

Reports refers to documents or statements that provide information or feedback about something.

--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
    }
  ]
}