Back to Freecodecamp

Task 101

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

latest2.2 KB
Original Source
<!-- (audio) Tom: Does Maria assign tasks during these meetings? Sophie: Sometimes, but we normally discuss tasks we plan on tackling for the week. -->

--description--

To assign tasks means to give specific work or duties to someone. For example:

  • The manager assigns tasks to the team every morning. - The manager gives work to each team member.

  • They assign tasks based on skills. - They give work depending on what each person is good at.

--questions--

--text--

What does Tom want to know by asking Does Maria assign tasks...?

--answers--

Whether Maria assigns the meeting room.

--feedback--

Assign tasks means to give work or jobs to do.


Whether Maria assigns jobs to the team.


Whether Maria assigns the meeting time.

--feedback--

Assign tasks means to give work or jobs to do.


Whether Maria assigns break times.

--feedback--

Assign tasks means to give work or jobs to do.

--video-solution--

2

--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-4.mp3",
      "startTime": 1,
      "startTimestamp": 41.48,
      "finishTimestamp": 48.72
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Does Maria assign tasks during these meetings?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 4
    },
    {
      "character": "Sophie",
      "startTime": 4.52,
      "finishTime": 8.24,
      "dialogue": {
        "text": "Sometimes, but we normally discuss tasks we plan on tackling for the week.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.74
    }
  ]
}