Back to Freecodecamp

Task 115

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d78acc1a10bf3a2093a064.md

latest1.8 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Sarah: Well, building in-house is probably the best way to maintain control over the project. We would have more flexibility, and we could ensure the quality is up to our standards. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How should Brian reply to show he agrees with Sarah?

--answers--

That's true.

--audio-id--

ENe4c3ada1


I'm not sure.

--audio-id--

EN609362b0

--feedback--

This response does not show agreement; it expresses doubt.

--video-solution--

1

--explanation--

To show agreement, a simple phrase like that's true is appropriate. It confirms that Brian thinks Sarah's opinion about building in-house is the best choice.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.6,
      "finishTimestamp": 28.38
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Well, building in-house is probably the best way to maintain control over the project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.22,
      "finishTime": 8.78,
      "dialogue": {
        "text": "We would have more flexibility and we could ensure the quality is up to our standards.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.28
    }
  ]
}