Back to Freecodecamp

Task 19

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

latest2.0 KB
Original Source
<!-- (Audio) Candidate: I was a programmer in Acme Tech. I was there for three years. I was responsible for developing web applications and maintaining the company's database. I was also a part of the software update team. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I was a programmer in Acme Tech. I was there for three years. I was responsible for developing web BLANK and maintaining the company's BLANK. I was also a part of the software update team.

--blanks--

applications

--feedback--

This word in the plural form refers to the programs designed to perform specific tasks or functions.


database

--feedback--

This is a collection of information organized for easy access, management, and updating.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Candidate",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.80,
      "finishTimestamp": 19.00
    }
  },
  "commands": [
    {
      "character": "Candidate",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Candidate",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "I was a programmer in Acme Tech. I was there for three years.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "startTime": 4.6,
      "finishTime": 8.98,
      "dialogue": {
        "text": "I was responsible for developing web applications and maintaining the company's database.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "startTime": 9.46,
      "finishTime": 11.76,
      "dialogue": {
        "text": "I was also a part of the software update team.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "opacity": 0,
      "startTime": 12.36
    }
  ]
}