Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68231475201d810efcc00e57.md

latest1.9 KB
Original Source
<!-- (Audio) Jessica: Great. How about adjusting to different screen sizes? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great. How about BLANK different BLANK?

--blanks--

adjusting to

--feedback--

This two-word phrase means changing or adapting in order to fit new conditions. The first word ends with -ing.


screen sizes

--feedback--

This two-word phrase refers to the dimensions or display area of different devices like phones, tablets, or monitors. The second word is in the plural form.

--explanation--

Adjusting to means to become suitable or make changes for new situations or conditions. For example:

The layout adjusts to different browsers. – It changes automatically to match the browser settings.

Screen sizes refers to the physical dimensions of a display, such as small phone screens or large desktop monitors. For example:

The app looks good on all screen sizes. – It works well on any type of device, no matter how big or small the display is.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 32.08,
      "finishTimestamp": 34.74
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Great. How about adjusting to different screen sizes?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}