Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/658195600d516b37e310fbf2.md

latest1.4 KB
Original Source
<!-- (Audio) Tom: Another thing that gets to me is having too many meetings. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Tom mean in his statement?

--answers--

He finds having many meetings enjoyable

--feedback--

When something gets to you it is usually the opposite of enjoyable.


The meetings have no impact on him

--feedback--

If something gets to you they have an impact on you.


He is bothered by the number of meetings


He wishes for even more meetings

--feedback--

Gets to me contrasts with wanting more of something.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 33.80,
      "finishTimestamp": 37.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Another thing that gets to me is having too many meetings.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}