Back to Freecodecamp

Task 22

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

latest2.2 KB
Original Source
<!-- (Audio) Tom: So I should include conditional statements to manage them? Sarah: Absolutely. It prevents unexpected crashes and provides a better user experience. -->

--description--

It often refers to a concept or a subject mentioned earlier in the conversation.

--questions--

--text--

In Sarah's response, what is she referring to with it?

--answers--

The user experience

--feedback--

While the user experience is mentioned, it is not the subject Sarah refers to with it.


The program itself

--feedback--

Sarah's focus is not on the program in general, but on a specific aspect of programming practice.


Tom's question

--feedback--

It refers to something specific in programming, not to Tom's question itself.


Using conditional statements

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "interview-room3.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": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 35.52,
      "finishTimestamp": 43.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "So I should include conditional statements to manage them?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.01
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 4.01
    },
    {
      "character": "Sarah",
      "startTime": 4.36,
      "finishTime": 8.7,
      "dialogue": {
        "text": "Absolutely. It prevents unexpected crashes and provides a better user experience.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.2
    }
  ]
}