Back to Freecodecamp

Task 58

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

latest2.8 KB
Original Source
<!-- (Audio) Brian: Well, we all have different journeys. I studied at a small college as well and majored in information technology. It was more hands-on, and I loved every bit of it. We didn't have to wear too many hats, but I got to build and maintain networks and manage a few small projects. -->

--description--

Brian talks about his past experiences at college studying information technology. He uses several past tense verbs to describe his activities and feelings. Pay attention to how he conjugates these verbs.

--fillInTheBlank--

--sentence--

Well, we all have different journeys. I BLANK at a small college as well and BLANK in information technology. It BLANK more hands-on, and I BLANK every bit of it. We BLANK have to wear too many hats, but I BLANK to build and maintain networks and manage a few small projects.

--blanks--

studied

--feedback--

This is the past tense of study, indicating Brian's educational experience.


majored

--feedback--

This verb in the past tense tells you Brian's main field of study.


was

--feedback--

It's the past tense of is, used here to describe the nature of Brian's study.


loved

--feedback--

This past tense verb shows Brian's strong positive feelings about his experience.


didn't

--feedback--

This contraction is used to make a negative statement in the past tense.


got

--feedback--

This verb is used to describe the opportunities Brian had at college.

--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": 44.86,
      "finishTimestamp": 60.92
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.3,
      "dialogue": {
        "text": "Well, we all have different journeys. I studied at a small college as well and majored in information technology.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.84,
      "finishTime": 10.76,
      "dialogue": {
        "text": "It was more hands-on, and I loved every bit of it.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 11.04,
      "finishTime": 17.06,
      "dialogue": {
        "text": "We didn't have to wear too many hats, but I got to build and maintain networks and manage a few small projects.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 17.56
    }
  ]
}