Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c8f6deb9e3d2beaa01b76.md

latest1.6 KB
Original Source
<!-- (audio) Tom: I find JavaScript more flexible. And it's the go-to language for front-end development. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question.

--questions--

--text--

Linda agrees with Tom, what should she answer?

--answers--

I don't think so.

--audio-id--

EN6f1e642e

--feedback--

This is used to disagree with someone.


That's true.

--audio-id--

EN06935d5b

--video-solution--

2

--explanation--

When you agree with someone, phrases like That's true are commonly used to express agreement.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.46,
      "finishTimestamp": 31.84
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.84,
      "dialogue": {
        "text": "I'm not a fan of Python syntax. It feels a bit rigid.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.34,
      "finishTime": 10.38,
      "dialogue": {
        "text": "I find JavaScript more flexible and it's the go-to language for front-end development.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 10.88
    }
  ]
}