Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cfe92331ff7926a65dc47.md

latest2.1 KB
Original Source
<!-- (audio) Tom: And do you enjoy working with her? Sophie: I do. She's supportive and she helps us a lot. -->

--description--

In this dialogue, Sophie says she likes working with Maria, their team lead.

Tom asks, Do you enjoy working with her? To answer a question that starts with do, you can say:

  • Yes, I do or simply I do to say yes.

  • No, I don't or I don't to say no.

--questions--

--text--

Does Sophie enjoy working with Maria?

--answers--

No, she does not like it.

--feedback--

Sophie's response is positive, not negative.


She does not know Maria.

--feedback--

Sophie talks about Maria in a way that shows she knows her well.


Yes, she enjoys it.


She has never worked with her.

--feedback--

The conversation shows that Sophie does work with Maria and likes it.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.62,
      "finishTimestamp": 53.02
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "And do you enjoy working with her?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 3
    },
    {
      "character": "Sophie",
      "startTime": 3.56,
      "finishTime": 6.4,
      "dialogue": {
        "text": "I do. She's supportive and she helps us a lot.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.9
    }
  ]
}