Back to Freecodecamp

Task 20

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

latest2.3 KB
Original Source
<!-- (Audio) Linda: Yes, I have. The navigation bar and the footer haven't been adapting well to smaller screens. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I have. The BLANK and the BLANK haven't been adapting well to BLANK.

--blanks--

navigation bar

--feedback--

These two words refer to the set of links that help users move through different sections of a website.


footer

--feedback--

This is the section at the bottom of a webpage, usually containing important links or information.


smaller screens

--feedback--

These two words refer to devices with small displays, like smartphones or tablets, where the elements are not displaying properly.

--explanation--

Linda identifies specific elements of the website that are causing issues:

  • Navigation bar refers to the menu or set of links that help users navigate through different sections of a website.

  • Footer is the section at the bottom of a webpage, often containing links, contact information, or additional resources.

  • Smaller screens refers to devices like smartphones and tablets that have smaller displays. When something doesn't adapt well to smaller screens, it means it doesn't display correctly on these devices.

--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": 24.24,
      "finishTimestamp": 29.9
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.98,
      "dialogue": {
        "text": "Yes, I have.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.64,
      "finishTime": 6.66,
      "dialogue": {
        "text": "The navigation bar and the footer haven't been adapting well to smaller screens.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}