Back to Freecodecamp

Dialogue 2: Another Job Interview

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

latest5.7 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": "Second Candidate",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.1-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Anna",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Second Candidate",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "Hello. Thanks for coming in today.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.2,
      "finishTime": 5.7,
      "dialogue": {
        "text": "Could you tell me about your previous roles and responsibilities?",
        "align": "left"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 7,
      "finishTime": 8.5,
      "dialogue": {
        "text": "Hello! Certainly.",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 9,
      "finishTime": 11.8,
      "dialogue": {
        "text": "I worked at Mock Corporation for five years.",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 12.2,
      "finishTime": 14.8,
      "dialogue": {
        "text": "I was part of a team of software engineers,",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 14.9,
      "finishTime": 19.2,
      "dialogue": {
        "text": "and we were responsible for developing and maintaining various applications.",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 19.8,
      "finishTime": 23.3,
      "dialogue": {
        "text": "Our primary focus was creating user-friendly software.",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 24,
      "finishTime": 25,
      "dialogue": {
        "text": "That's great to hear.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 25.1,
      "finishTime": 26.5,
      "dialogue": {
        "text": "Were the members of the team involved",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 26.5,
      "finishTime": 28.6,
      "dialogue": {
        "text": "in any specific achievements or projects?",
        "align": "left"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 29.1,
      "finishTime": 33.2,
      "dialogue": {
        "text": "Yes. Our team was involved in a project to redesign the company's website.",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 33.7,
      "finishTime": 36.2,
      "dialogue": {
        "text": "We were responsible for implementing new features",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 36.2,
      "finishTime": 38.8,
      "dialogue": {
        "text": "and ensuring that the website had fast performance.",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 39.5,
      "finishTime": 43.8,
      "dialogue": {
        "text": "It was a collaborative effort and we were able to deliver the project on time.",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 44.8,
      "finishTime": 47.7,
      "dialogue": {
        "text": "Excellent. Can you share details about your educational background?",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 47.8,
      "finishTime": 49.2,
      "dialogue": {
        "text": "Were you trained in a specific field?",
        "align": "left"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 49.8,
      "finishTime": 52.9,
      "dialogue": {
        "text": "Yes. I have a master's degree in computer science.",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 53.3,
      "finishTime": 54.7,
      "dialogue": {
        "text": "My studies were intensive,",
        "align": "right"
      }
    },
    {
      "character": "Second Candidate",
      "startTime": 54.8,
      "finishTime": 57.8,
      "dialogue": {
        "text": "and I was introduced to many different methodologies.",
        "align": "right"
      }
    },
    {
      "character": "Anna",
      "startTime": 58.6,
      "finishTime": 62,
      "dialogue": {
        "text": "Impressive! We appreciate candidates with strong educational backgrounds",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 62.1,
      "finishTime": 63.3,
      "dialogue": {
        "text": "and practical experience.",
        "align": "left"
      }
    },
    {
      "character": "Anna",
      "startTime": 63.8,
      "finishTime": 65.2,
      "dialogue": {
        "text": "Thanks a lot for coming to the interview.",
        "align": "left"
      }
    },
    {
      "character": "Second Candidate",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 65.7
    },
    {
      "character": "Anna",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 66.2
    }
  ]
}