Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/660697f307c6559c60e976f7.md

latest2.0 KB
Original Source
<!-- (Audio) Sophie: I'll try to calm down and read the documentation more carefully. Thanks for the tips. -->

--description--

To calm down means to relax or become less worried. For example, If you are stressed about a coding error, you might take a deep breath to calm down.

Careful is an adjective that describes being cautious or paying attention to details. Like saying, Be careful with that function.

Carefully is an adverb, describing how an action is done. For instance, Read the code carefully means to read the code with attention and in a detailed way.

--fillInTheBlank--

--sentence--

I'll try to calm BLANK and read the documentation more BLANK. Thanks for the tips.

--blanks--

down

--feedback--

Calm down means to become less anxious or stressed. Sophie is trying to relax to focus better on her reading.


carefully

--feedback--

This word is used to describe reading in a detailed and cautious way. Sophie wants to pay close attention to the documentation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 24.98,
      "finishTimestamp": 28.92
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "I'll try to calm down and read the documentation more carefully.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.08,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Thanks for the tips.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}