Back to Freecodecamp

Task 8

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

latest1.9 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 we've got a UI display issue BLANK different screen sizes.

--blanks--

across

--feedback--

This word is used to indicate that the issue is present on many different screen sizes, covering a wide range.

--explanation--

Across is used to describe something that happens over a wide area or in many different places. It can indicate movement from one side to another or something spread out over a range. For example:

  • The company has offices across the country. - The offices are spread out in different locations in the country.

  • She walked across the street. - She moved from one side of the street to the other.

Across different screen sizes means that the issue appears on many different screen sizes.

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