Back to Freecodecamp

Task 7

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

latest1.6 KB
Original Source
<!-- (Audio) Candidate: I was also a part of the software update team. -->

--description--

Software refers to the programs or applications that run on a computer or device. It is different from hardware, which is the physical parts of a computer. For example:

She works in software development. - This means she creates or designs computer programs.

A software update team is a group of people responsible for improving existing software by fixing problems (bugs), adding new features, or making it more secure.

--fillInTheBlank--

--sentence--

I BLANK also a part of the BLANK update team.

--blanks--

was

--feedback--

This is the past simple form of verb to be, used with I, he, she, or it.


software

--feedback--

This word refers to computer programs. It's an important term in technology and programming.

--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": 16.70,
      "finishTimestamp": 19.00
    }
  },
  "commands": [
    {
      "character": "Candidate",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Candidate",
      "startTime": 1,
      "finishTime": 3.30,
      "dialogue": {
        "text": "I was also a part of the software update team.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "opacity": 0,
      "startTime": 3.80
    }
  ]
}