Back to Freecodecamp

Task 126

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68241567e593cf235ccd36ec.md

latest2.2 KB
Original Source
<!-- (Audio) James: Yes, it changes size really well. It works great on different devices. Everything adjusts by itself and looks good, which makes it nicer to use. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James saying about how the software works on different devices?

--answers--

It needs to be adjusted manually on each screen.

--feedback--

James says it adjusts by itself, not manually.


It only works well on larger screens.

--feedback--

He says it works great on different devices, not just large ones.


It changes size but doesn't look good.

--feedback--

James says it looks good after adjusting, not the opposite.


It automatically adjusts and looks better on all devices.

--video-solution--

4

--explanation--

James says, Everything adjusts by itself and looks good, which means the software automatically resizes and displays properly.

He also says it works great on different devices, showing that it performs well on various screen sizes.

His final comment, which makes it nicer to use, highlights the improved user experience.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 38.54,
      "finishTimestamp": 47.02
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Yes, it changes size really well. It works great on different devices.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 5.4,
      "finishTime": 9.48,
      "dialogue": {
        "text": "Everything adjusts by itself and looks good, which makes it nicer to use.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.98
    }
  ]
}