Back to Freecodecamp

Task 33

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

latest1.8 KB
Original Source
<!-- (audio) Tom: I'd rather stick with JavaScript because it fits my graphic design work. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Will Tom try using Python?

--answers--

Yes, he prefers Python over JavaScript.

--feedback--

Tom doesn't mention preferring Python.


Yes, he is considering switching to Python soon.

--feedback--

Tom doesn't say he's considering switching to Python.


No, he prefers JavaScript because it fits his graphic design work.


No, he hasn't decided which language to use yet.

--feedback--

Tom is clear about his preference for JavaScript over Python.

--video-solution--

3

--explanation--

Listen for key words that show Tom's preference.

Rather – This indicates that Tom is making a choice between options and prefers one over the other.

Stick with – This means he wants to continue using JavaScript instead of switching.

Fits – This explains why he prefers JavaScript; it works well for his graphic design needs.

--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": 39.44,
      "finishTimestamp": 42.84
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "I'd rather stick with JavaScript because it fits my graphic design work.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}