Back to Freecodecamp

Task 31

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

latest1.5 KB
Original Source
<!-- (Audio) Second Candidate: I have a master's degree in computer science. My studies were intensive, and I was introduced to many different methodologies. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I have a BLANK degree in computer science. My studies BLANK intensive, and I was introduced to many different methodologies.

--blanks--

master's

--feedback--

This term refers to an advanced academic degree. Don't forget to use 's.


were

--feedback--

This is the past simple form of verb to be, used with you, we, or they.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Second Candidate",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 49.38,
      "finishTimestamp": 56.76
    }
  },
  "commands": [
    {
      "character": "Second Candidate",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Second Candidate",
      "startTime": 1,
      "finishTime": 8.38,
      "dialogue": {
        "text": "I have a master's degree in computer science. My studies were intensive, and I was introduced to many different methodologies.",
        "align": "center"
      }
    },
    {
      "character": "Second Candidate",
      "opacity": 0,
      "startTime": 8.88
    }
  ]
}