Back to Freecodecamp

Task 44

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

latest2.2 KB
Original Source
<!-- (Audio) Maria: Exactly. It's crucial for a seamless setup. In case you see any unfamiliar terms or concepts, always check the documentation. The documentation is a valuable resource. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Maria instructing about the setup process and dealing with unfamiliar information?

--answers--

To ensure a seamless setup and use documentation for unfamiliar terms


To avoid using documentation as it's often outdated

--feedback--

Maria's advice is to use the documentation, not avoid it, as it is a valuable resource.


To learn everything by heart instead of relying on documentation

--feedback--

Maria suggests using documentation for unfamiliar terms, not memorizing everything.


To handle setup without any preparation or resources

--feedback--

Maria emphasizes the need for a seamless setup and using documentation, which requires preparation and resources.

--video-solution--

1

--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": 23.2,
      "finishTimestamp": 33.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "Exactly. It's crucial for a seamless setup.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.48,
      "finishTime": 6.96,
      "dialogue": {
        "text": "In case you see any unfamiliar terms or concepts,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 7.26,
      "finishTime": 11.1,
      "dialogue": {
        "text": "always check the documentation. The documentation is a valuable resource.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 11.6
    }
  ]
}