Back to Freecodecamp

Task 68

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: I really appreciate it. I'll reach out to you if I need more help. Thanks, Brian. -->

--description--

To reach out means to contact someone for assistance or information. In a workplace context, it's about seeking help or advice from colleagues.

--fillInTheBlank--

--sentence--

I really BLANK it. I'll BLANK out to you if I need more help. Thanks, Brian.

--blanks--

appreciate

--feedback--

It means Sophie is thankful for Brian's offer of help.


reach

--feedback--

It means Sophie will contact Brian if she requires further assistance.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 59.5,
      "finishTimestamp": 63.06
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.1,
      "dialogue": {
        "text": "I really appreciate it.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.24,
      "finishTime": 4.56,
      "dialogue": {
        "text": "I'll reach out to you if I need more help. Thanks, Brian.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}