Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/65f22f7d84784d8bd129c9a4.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Hey, how's it going? I noticed you're relatively new here. What's your background in tech? -->

--description--

Background refers to a person's past experiences, knowledge, or education that explains what they can do now. For example:

  • What's your background in tech? – This asks about your past experiences or knowledge in technology.

  • He has a background in finance. – This means he studied or worked in finance before.

So, background is about what someone already brings from their past into their current role or situation.

--fillInTheBlank--

--sentence--

Hey, how's it going? I BLANK you're relatively new here. What's your BLANK in tech?

--blanks--

noticed

--feedback--

This word is used when someone sees or becomes aware of something. It ends in -ed.


background

--feedback--

This word refers to your previous experiences, education, or skills in a particular area.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 5.36
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.36,
      "dialogue": {
        "text": "Hey, how's it going? I noticed you're relatively new here. What's your background in tech?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.86
    }
  ]
}