Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657e3ca1c4d9636e9012e1a9.md

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: James: Can you briefly introduce yourself? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is James asking Sophie to do?

--answers--

To explain the details of a project.

--feedback--

This option doesn't align with the request.


To discuss her work experience in details.

--feedback--

He is not asking for a detailed discussion of work experience.


To provide a detailed report of her team's performance.

--feedback--

James's request is not about reporting on team performance.


To give a short introduction about herself.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 4.14,
      "finishTimestamp": 5.80
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "Can you briefly introduce yourself?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}