Back to Freecodecamp

Task 14

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

latest2.6 KB
Original Source
<!-- (Audio) Anna: That's excellent. Were there any specific projects you'd like to mention? Candidate: Yes. In one of my team's projects, we were involved in the development of an e-commerce platform. We were responsible for the checkout process, and it was a successful implementation. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Anna: That's excellent. BLANK there any specific projects you'd like to mention?

Candidate: Yes. In one of my team's projects, we were BLANK in the development of an e-commerce platform. We were responsible for the BLANK process, and it was a successful implementation.

--blanks--

Were

--feedback--

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


involved

--feedback--

This word means participating actively in something. It ends in -ed.


checkout

--feedback--

This term refers to the process of completing a purchase.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Candidate",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.64,
      "finishTimestamp": 33.40
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "That's excellent. Were there any specific projects you'd like to mention?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4
    },
    {
      "character": "Candidate",
      "opacity": 1,
      "startTime": 4
    },
    {
      "character": "Candidate",
      "startTime": 4.28,
      "finishTime": 9.84,
      "dialogue": {
        "text": "Yes. In one of my team's projects, we were involved in the development of an e-commerce platform.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "startTime": 10.24,
      "finishTime": 14.76,
      "dialogue": {
        "text": "We were responsible for the checkout process, and it was a successful implementation.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "opacity": 0,
      "startTime": 15.26
    }
  ]
}