Back to Freecodecamp

Task 43

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

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

--description--

If something is familiar, it means you know it or recognize it because you have seen or experienced it before. For example, familiar software is software you have used or learned about previously.

Unfamiliar is the opposite, referring to something you do not know or recognize, like unfamiliar terminology.

Valuable means something is very useful or important. In the context of work or study, a valuable resource is something that provides a lot of help or information, like valuable feedback.

--fillInTheBlank--

--sentence--

In case you see any BLANK terms or BLANK, always check the documentation. The documentation is a BLANK resource.

--blanks--

unfamiliar

--feedback--

It refers to things you do not know or have not experienced before.


concepts

--feedback--

They are ideas or principles in a specific field, like programming.


valuable

--feedback--

It describes the documentation as very useful and important resource.

--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": 26.48,
      "finishTimestamp": 33.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "In case you see any unfamiliar terms or concepts,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.98,
      "finishTime": 7.82,
      "dialogue": {
        "text": "always check the documentation. The documentation is a valuable resource.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.32
    }
  ]
}