Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ce387f809d60eb54f06d6.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Is there any specific area of design or development that you're interested in? He's your go-to guy for that. -->

--description--

Go-to person is used to describe a person who is an expert or the best person to approach in a specific field or for a particular issue.

For example, He's the go-to guy for computer problems means he is the person best suited to help with computer issues.

--fillInTheBlank--

--sentence--

Is there any BLANK area of design or development that you're interested in? He's your BLANK guy for that.

--blanks--

specific

--feedback--

This word is used to indicate a particular or clearly defined area.


go-to

--feedback--

This refers to a person everyone relies on because they are very helpful or skilled at something. This is a compound word, remember to use -.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 29.12,
      "finishTimestamp": 35.54
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 7.4,
      "dialogue": {
        "text": "Is there any specific area of design or development that you're interested in? He's your go-to guy for that.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.9
    }
  ]
}