Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f0d350c37f42de48847fe.md

latest2.9 KB
Original Source
<!-- (Audio) Tom: There are many debugging tools you can use. Depending on the IDE that you're using, there are many extensions and plugins to use. They are super helpful. Sarah: I'll keep that in mind. Thanks, Tom. -->

--description--

Please answer the question below.

--questions--

--text--

What does Tom suggest and how does Sarah respond to his suggestion?

--answers--

Tom suggests changing the IDE, and Sarah agrees to consider it.

--feedback--

Tom does not suggest changing the IDE; he talks about utilizing tools and extensions within whatever IDE Sarah might be using.


Tom recommends avoiding the use of plugins, and Sarah politely declines his advice.

--feedback--

Tom actually recommends using plugins and extensions, noting they are helpful, not avoiding them.


Tom warns Sarah about the debugging tools, and she thanks him for the caution.

--feedback--

Tom does not warn about the tools; he recommends them for being helpful.


Tom recommends various debugging tools and mentions that extensions and plugins can be very helpful, to which Sarah responds that she will remember this advice.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.06,
      "finishTimestamp": 33.74
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "There are many debugging tools you can use.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.74,
      "finishTime": 8,
      "dialogue": {
        "text": "Depending on the IDE that you're using, there are many extensions and plugins to use.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 8.24,
      "finishTime": 9.38,
      "dialogue": {
        "text": "They are super helpful.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 9.62
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 9.62
    },
    {
      "character": "Sarah",
      "startTime": 9.86,
      "finishTime": 11.68,
      "dialogue": {
        "text": "I'll keep that in mind. Thanks, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 12.18
    }
  ]
}