Back to Freecodecamp

Task 7

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

latest1.6 KB
Original Source
<!-- (Audio) Linda: It seems we've got a UI display issue across different screen sizes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It seems BLANK BLANK a UI display issue across different screen sizes.

--blanks--

we've

--feedback--

This is the contraction for we have.


got

--feedback--

The past participle of get.

--explanation--

The phrase we've got is often used to mean we have or we have obtained.

The word got here is used in an informal way to indicate possession or to emphasize that an issue has been identified.

--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": 10.46,
      "finishTimestamp": 14.06
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "It seems we've got a UI display issue",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.12,
      "finishTime": 4.6,
      "dialogue": {
        "text": "across different screen sizes.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}