Back to Freecodecamp

Task 31

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Thanks. And great tips, by the way. I'll make those suggested changes and submit the code again. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How does Tom show he values Sarah's advice and what does he plan to do next?

--answers--

He asks for more clarification and decides to wait.

--feedback--

Tom doesn't ask for more information; he thanks Sarah and talks about his next steps.


He thanks Sarah and plans to review the code later.

--feedback--

Tom does thank Sarah, but he specifically mentions making changes and resubmitting the code, not just reviewing it later.


He appreciates the tips and plans to apply the changes to his code.


He disagrees with the tips but decides to try them out.

--feedback--

Tom shows appreciation for the tips, indicating that he agrees with Sarah's suggestions, not disagrees.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 63.22,
      "finishTimestamp": 68.72
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "Thanks. And great tips, by the way.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.58,
      "finishTime": 6.5,
      "dialogue": {
        "text": "I'll make those suggested changes and submit the code again.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7
    }
  ]
}