Back to Freecodecamp

Task 2

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Hi, Tom! Thanks for submitting your code for review. Let's take a look together. -->

--description--

In this dialogue, Sarah is acknowledging Tom's submission of his code and proposing the next step they should take.

--questions--

--text--

What does Sarah suggest they do next?

--answers--

Start a new project

--feedback--

Sarah is focused on reviewing the current code, not starting a new project.


Discuss the project timeline

--feedback--

There's no mention of discussing timelines; Sarah wants to review the code now.


Review the code together


Plan a meeting with the team

--feedback--

The dialogue indicates they will review the code now, not plan further meetings.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.3
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "Hi, Tom. Thanks for submitting your code for review.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.16,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Let's take a look together.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}