Back to Freecodecamp

Task 39

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

latest2.1 KB
Original Source
<!-- (Audio) Maria: Great to hear that. Now, first things first. Install the development environment correctly, and you'll be all set to start coding. -->

--description--

This task checks for understanding of Maria's instructions to Tom.

--questions--

--text--

What is Maria instructing Tom to do first before he starts coding?

--answers--

To start coding immediately

--feedback--

Maria specifies a crucial step before Tom starts coding, not to begin coding right away.


To complete a training session

--feedback--

While training might be important, Maria specifically mentions installing the development environment first.


To install the development environment correctly


To prepare a project plan

--feedback--

Preparing a project plan isn't mentioned as the first step by Maria. She focuses on setting up the development environment.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.88,
      "finishTimestamp": 17.48
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Great to hear that. Now, first things first.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.14,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Install the development environment correctly,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.96,
      "finishTime": 7.6,
      "dialogue": {
        "text": "and you'll be all set to start coding.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.1
    }
  ]
}