Back to Freecodecamp

Task 108

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f0557e02670c0d7a2adeea.md

latest1.7 KB
Original Source
<!-- (Audio) Sarah: It's not as seamless as we hoped. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does the team think about the software integration?

--answers--

They think the integration has been perfect.

--feedback--

Sarah mentions they expected it to be better.


They think the integration is better than expected.

--feedback--

Sarah's words show that the team expected more, but the result was disappointing.


They haven't formed an opinion yet.

--feedback--

Sarah clearly shares an opinion about the integration's quality.


They think the integration has had some problems.

--video-solution--

4

--explanation--

Not as ... as is a structure used to compare two things, showing that the first is less than the second in some way. For example:

The transition was not as easy as we thought. – This means the transition was more difficult than expected.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 29.08,
      "finishTimestamp": 30.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "It's not as seamless as we hoped.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.2
    }
  ]
}