Back to Freecodecamp

Task 57

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: I got to build and maintain networks and manage a few small projects. -->

--description--

Got is the past tense of get. Unlike regular verbs that typically add -ed for the past tense, get changes to got.

--questions--

--text--

In the context of Brian's statement, what does got imply about his experience?

--answers--

He is getting the opportunity now.

--feedback--

Got indicates a past opportunity, not something happening currently.


He had the opportunity in the past.


He will get the opportunity in the future.

--feedback--

Got refers to a past experience, not a future possibility.


He never gets such opportunities.

--feedback--

Got in this context suggests he had, in fact, this opportunity.

--video-solution--

2

--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": 57.24,
      "finishTimestamp": 60.92
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.68,
      "dialogue": {
        "text": "I got to build and maintain networks and manage a few small projects.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.18
    }
  ]
}