Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/6717b8829e501c71a75f1c77.md

latest1.8 KB
Original Source
<!-- (audio) Tom: Pretty well, actually. I've been tweaking the layouts based on the guidelines you shared. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom mean?

--answers--

Tom has redesigned the entire layout from scratch.

--feedback--

Tom mentioned making small adjustments, not a complete redesign.


Tom has been making small changes to the layout according to the provided guidelines.


Tom is unsure about the guidelines Sophie provided.

--feedback--

No, Tom is using the guidelines, not expressing confusion about them.


Tom hasn't made any changes to the layout yet.

--feedback--

Tom has been actively making adjustments to the layout.

--video-solution--

2

--explanation--

Tom's use of tweaking indicates that he is making minor adjustments rather than major changes. He is following the guidelines Sophie shared, which serve as a reference for the adjustments.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.78,
      "finishTimestamp": 14.82
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "Pretty well, actually. I've been tweaking the layouts based on the guidelines you shared.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.54
    }
      ]
}