Back to Freecodecamp

Task 115

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

latest2.0 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) James: Yes, Jessica. I agree. The new version not only looks better, but also works better. It's faster and responds quicker when we do things on it. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What would Jessica most likely say after hearing James's opinion?

--answers--

That's good to hear.

--audio-id--

EN12fd0c0f


We should go back to the old version.

--audio-id--

EN7bd7eecf

--feedback--

James just said the new version is better and faster, so it wouldn't make sense to go back.

--video-solution--

1

--explanation--

James gives positive feedback about the new version, saying it looks and works better and is faster.

A natural response from Jessica would be something supportive, like That's good to hear.

Suggesting they go back to the old version would contradict what James just said.

--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": 9.24,
      "finishTimestamp": 16.9
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.6,
      "dialogue": {
        "text": "Yes, Jessica. I agree. The new version not only looks better, but also works better.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 5.76,
      "finishTime": 8.66,
      "dialogue": {
        "text": "It's faster and responds quicker when we do things on it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.16
    }
  ]
}