Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/6787870b93ad4154701b9411.md

latest1.6 KB
Original Source
<!-- (audio) Tom: I see. Well, I think JavaScript is more versatile. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom think about JavaScript?

--answers--

He thinks it is hard to learn.

--feedback--

Tom does not mention anything about JavaScript being hard to learn.


He thinks it is only good for websites.

--feedback--

Tom does not limit JavaScript to just websites.


He thinks it can be used in many ways.


He thinks it is outdated.

--feedback--

Tom does not suggest that JavaScript is outdated.

--video-solution--

3

--explanation--

Tom says JavaScript is more versatile, meaning he believes it can be used for many purposes and in different contexts, making it a flexible programming language.

--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": 6.94,
      "finishTimestamp": 10.9
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "I see. Well, I think JavaScript is more versatile.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}