Back to Freecodecamp

Task 51

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: Sophie, I heard you're working on fixing that bug in the user authentication module. Need any help? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Brian offering to help Sophie with?

--answers--

He is offering to help with a team meeting.

--feedback--

Brian's offer is specific to a task, not a meeting.


He wants to assist in planning a new project.

--feedback--

Brian's offer of help is related to a current task, not planning something new.


He proposes to help with user training.

--feedback--

Brian's offer is to help with a technical issue, not user training.


He is offering to help fix a bug in the user authentication module.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.66
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "Sophie, I heard you're working on fixing that bug",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.84,
      "finishTime": 6.66,
      "dialogue": {
        "text": "in the user authentication module. Need any help?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}