Back to Freecodecamp

Task 111

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6822cef895e00478d0971567.md

latest1.9 KB
Original Source
<!-- (Audio) Jessica: Let's start with how they look. The new one seems easier to use and cleaner than the old one. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica say about the new version of the software?

--answers--

It looks better and is easier to use.


It takes longer to load than before.

--feedback--

Jessica doesn't mention anything about loading time or performance.


It has more advanced features.

--feedback--

There is no mention of features or new tools.


It has a new color scheme and animations.

--feedback--

Jessica does not talk about colors or animations.

--video-solution--

1

--explanation--

Jessica says the new version seems easier to use and cleaner than the old one. This means it has a better design and is simpler for users.

Easier to use means it's more user-friendly. Cleaner refers to a more organized or less cluttered layout.

She does not mention technical details like features, colors, or speed.

--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": 4.64,
      "finishTimestamp": 9.06
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "Let's start with how they look. The new one seems easier to use and cleaner than the old one.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}