Back to Freecodecamp

Task 65

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Linda: I've compiled a list. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK a list.

--blanks--

I've

--feedback--

The contraction for I have. The first letter is capitalized.


compiled

--feedback--

The past participle of the verb compile.

--explanation--

Compiled is the past participle form of the verb compile. To compile means to gather information or items from different sources into a single collection. For example:

  • She compiled all the feedback from the customers into a report. - She gathered feedback from various sources and put it into one report.

  • They compiled data from several studies to write their research paper. - They collected data from different studies for a specific purpose.

In the sentence, I've compiled a list, Linda is saying that she has gathered information and organized it into a list.

--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": 25.74,
      "finishTimestamp": 26.78
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.04,
      "dialogue": {
        "text": "I've compiled a list.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 2.54
    }
  ]
}