Back to Freecodecamp

Task 11

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

latest2.3 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Pretty well, actually. I've been BLANK the BLANK based on the BLANK you shared.

--blanks--

tweaking

--feedback--

This verb in -ing form means making small adjustments or improvements to something.


layouts

--feedback--

This word in the plural form refers to the arrangement or organization of elements in a design.


guidelines

--feedback--

These are the rules or instructions that provide direction for how something should be done.

--explanation--

To tweak means to make a slight adjustment or modification. For example:

The developer tweaked the code to improve the app's performance. - This means that the developer made small changes to the code to enhance how the app functions.

Layouts are the arrangement or structure of elements on a page or interface. For example:

The layout of the homepage was changed to make it more user-friendly. - This means that the arrangement of elements on the homepage was adjusted to make it easier for users to navigate.

Guidelines are rules or principles that provide direction. For example:

The team followed the design guidelines to maintain consistency across pages. - This means that the team followed specific rules to ensure a consistent appearance and structure across different pages.

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