Back to Freecodecamp

Task 33

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

latest1.7 KB
Original Source
<!-- (Audio) Linda: Not yet. But I've scheduled a meeting for tomorrow morning. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Not yet. But BLANK BLANK a meeting for tomorrow morning.

--blanks--

I've

--feedback--

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


scheduled

--feedback--

This is the past participle of the verb schedule.

--explanation--

I've is a contraction of I have, used in the Present Perfect tense to indicate that the action (scheduling) has been completed.

Scheduled is the past participle of the verb schedule, meaning to plan or arrange an event at a specific time.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 45.36,
      "finishTimestamp": 48.1
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.58,
      "dialogue": {
        "text": "Not yet,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 1.72,
      "finishTime": 3.74,
      "dialogue": {
        "text": "but I've scheduled a meeting for tomorrow morning.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.24
    }
  ]
}