Back to Freecodecamp

Task 4

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

latest2.2 KB
Original Source
<!-- (Audio) James: They've mentioned that some elements on our homepage aren't displaying correctly on mobile devices. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which elements of the homepage are not displaying correctly, and on which devices?

--answers--

Some elements from the homepage are not displaying correctly on computer devices.

--feedback--

He wasn't talking about computers.


The homepage isn't loading at all on any devices.

--feedback--

James only mentioned issues with certain elements.


The navigation bar and footer from the homepage aren't displaying correctly on tablets.

--feedback--

He did not mention specific parts like the navigation bar or footer.


Some elements from the homepage are not displaying correctly on mobile devices.

--video-solution--

4

--explanation--

James is discussing a problem with how some parts of the homepage appear when viewed on mobile devices. It's important to focus on two things:

  • What is not working correctly: James refers to elements, which are parts of the homepage.

  • Where the problem is happening: He mentions that the issue occurs specifically on mobile devices, such as smartphones or tablets.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 2.56,
      "finishTimestamp": 7.86
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "They've mentioned some elements of our homepage",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 3.96,
      "finishTime": 6.3,
      "dialogue": {
        "text": "aren't displaying correctly on mobile devices.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.8
    }
  ]
}