Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f52f761f23715bce60f9ce.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Sure, Tom. I can take a look at it. Let's start by identifying the issue. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What part of Sarah's answer suggests a course of action?

--answers--

I can take a look at it

--feedback--

While this shows willingness to help, it doesn't specify the first action Sarah wants to take.


Sure, Tom

--feedback--

This is a simple acknowledgment, not a suggestion for action.


Let's start by identifying the issue


I can take a look at it later

--feedback--

This option is not present in Sarah's response and doesn't suggest an immediate course of action.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.96,
      "finishTimestamp": 10.46
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Sure, Tom. I can take a look at it. Let's start by identifying the issue.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5
    }
  ]
}