Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d892ad7262d64a5db56906.md

latest2.0 KB
Original Source
<!-- (Audio) Sophie: Bob, could you tell me about your job and your responsibilities in the office? Bob: Of course, I'd be happy to. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How does Bob respond to Sophie's request?

--answers--

He agrees to share information about his job.


He refuses to talk about his job.

--feedback--

Bob's response is positive and shows his willingness to share, not refuse.


He asks Sophie to talk about her job instead.

--feedback--

Bob directly agrees to Sophie's request, not shifting the conversation to her.


He changes the subject to avoid answering.

--feedback--

Bob's response is welcoming and open to discussing his job responsibilities, not avoiding the topic.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 5.54
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Bob, could you tell me about your job and your responsibilities in the office?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.76
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 4.76
    },
    {
      "character": "Bob",
      "startTime": 4.96,
      "finishTime": 6.54,
      "dialogue": {
        "text": "Of course. I'd be happy to.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}