Back to Freecodecamp

Dialogue 1: A Job Interview

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

latest5.2 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Candidate",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.1-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Anna",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Candidate",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Good afternoon! Thanks for coming in for this interview.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 4.1,
      "finishTime": 6.3,
      "dialogue": {
        "text": "Can you tell me about your previous job experiences?",
        "align": "left"
      }
    },
    {
      "character": "Candidate",
      "startTime": 7.1,
      "finishTime": 10.6,
      "dialogue": {
        "text": "Good afternoon. Sure. I was a programmer in Acme Tech.",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 10.9,
      "finishTime": 12.3,
      "dialogue": {
        "text": "I was there for three years.",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 12.8,
      "finishTime": 15.2,
      "dialogue": {
        "text": "I was responsible for developing web applications",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 15.3,
      "finishTime": 17.3,
      "dialogue": {
        "text": "and maintaining the company's database.",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 17.9,
      "finishTime": 19.9,
      "dialogue": {
        "text": "I was also a part of the software update team.",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 20.6,
      "finishTime": 23.6,
      "dialogue": {
        "text": "That's excellent. Were there any specific projects you'd like to mention?",
        "align": "left"
      }
    },
    {
      "character": "Candidate",
      "startTime": 23.9,
      "finishTime": 26.0,
      "dialogue": {
        "text": "Yes. In one of my team's projects,",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 26.1,
      "finishTime": 29.5,
      "dialogue": {
        "text": "we were involved in the development of an e-commerce platform.",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 29.8,
      "finishTime": 32.2,
      "dialogue": {
        "text": "We were responsible for the checkout process,",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 32.3,
      "finishTime": 34.4,
      "dialogue": {
        "text": "and it was a successful implementation.",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 35.4,
      "finishTime": 37.1,
      "dialogue": {
        "text": "Great. Can you tell me about your qualifications?",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 37.5,
      "finishTime": 39.1,
      "dialogue": {
        "text": "Were you educated in computer science?",
        "align": "left"
      }
    },
    {
      "character": "Candidate",
      "startTime": 40.1,
      "finishTime": 42.9,
      "dialogue": {
        "text": "Yes. I have a bachelor's degree in computer science",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 43,
      "finishTime": 45,
      "dialogue": {
        "text": "from California State University.",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 45.5,
      "finishTime": 49.2,
      "dialogue": {
        "text": "During my studies, I was introduced to various programming languages",
        "align": "right"
      }
    },
    {
      "character": "Candidate",
      "startTime": 49.3,
      "finishTime": 51.5,
      "dialogue": {
        "text": "and software development principles.",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 52,
      "finishTime": 55.3,
      "dialogue": {
        "text": "Wonderful. We value candidates with a strong educational background.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 55.7,
      "finishTime": 57.6,
      "dialogue": {
        "text": "Thank you for sharing your experiences with us.",
        "align": "left"
      }
    },
    {
      "character": "Candidate",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 58.1
    },
    {
      "character": "Anna",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 58.6
    }
  ]
}