Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e1c94a89349aba3fec825.md

latest2.1 KB
Original Source
<!-- (audio) Tom: How do you manage your time? Sophie: I use this time management app to track how I spend my time. -->

--description--

Understanding how to ask about someone's methods or strategies, like time management, is important.

Tom wants to know the way Sophie organizes her day and completes her tasks. Sophie answers that she relies on a tool that helps her see where her time goes and make better choices about her work.

--questions--

--text--

What is Tom asking Sophie about?

--answers--

Sophie's favorite app.

--feedback--

The question isn't specifically about a favorite app.


How Sophie manages her time.


Sophie's weekend plans.

--feedback--

The question is about time management, not weekend plans.


What Sophie does after work.

--feedback--

Tom's question focuses on time management during work, not after work.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.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": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 52.80,
      "finishTimestamp": 57.70
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "How do you manage your time?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.24
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 2.24
    },

    {
      "character": "Sophie",
      "startTime": 2.88,
      "finishTime": 5.9,
      "dialogue": {
        "text": "I use this time management app to track how I spend my time.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.4
    }
  ]
}