Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620d86f3f8def0d220fe3d8.md

latest2.5 KB
Original Source
<!-- (Audio) Sarah: Now, let's talk about error handling. If you encounter potential issues, it's a good idea to use conditional statements to handle them gracefully. Tom: So I should include conditional statements to manage them? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

In his response, what is Tom referring to by them?

--answers--

Conditional statements

--feedback--

Tom is not referring to the conditional statements themselves, but to what these statements will manage.


Error handling techniques

--feedback--

While error handling is the broader topic, Tom is specifically referring to something within this context that needs management.


Potential issues


Programming languages

--feedback--

Tom's reference is not about programming languages, but about a specific aspect within the topic of error handling.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 27.42,
      "finishTimestamp": 38.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.88,
      "dialogue": {
        "text": "Now, let's talk about error handling. If you encounter potential issues,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.22,
      "finishTime": 8.56,
      "dialogue": {
        "text": "it's a good idea to use conditional statements to handle them gracefully.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.93
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 8.93
    },
    {
      "character": "Tom",
      "startTime": 9.3,
      "finishTime": 11.76,
      "dialogue": {
        "text": "So I should include conditional statements to manage them?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 12.26
    }
  ]
}