Back to Freecodecamp

Task 15

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

latest1.8 KB
Original Source
<!-- (Audio) Linda: No, we haven't. But we've solved similar issues on other projects. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No, we haven't. BLANK BLANK BLANK similar issues on other projects.

--blanks--

But

--feedback--

This word is used to show a contrast or an exception. The first letter is capitalized.


we've

--feedback--

This is the contraction for We have.


solved

--feedback--

This is the past participle of the verb solve.

--explanation--

But is used to introduce a contrast or an exception.

We've is a contraction of We have, used here to form the Present Perfect tense.

Solved is the past participle of solve, used to indicate that the action of solving similar issues has already happened.

--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": 17.02,
      "finishTimestamp": 20.16
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.86,
      "dialogue": {
        "text": "No, we haven't,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 1.9,
      "finishTime": 4.14,
      "dialogue": {
        "text": "but we've solved similar issues on other projects.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.64
    }
  ]
}