Back to Freecodecamp

Task 65

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Where does she usually work from? -->

--description--

In the sentence Where does she usually work from?, the word where asks for a place or location. Does is used as an auxiliary verb to form a question in the present simple tense, and usually is an adverb of frequency that indicates something that happens most of the time.

Tom is asking for the regular place where Maria performs her work.

--questions--

--text--

Based on the dialogue, what does Tom want to know about Maria?

--answers--

What she likes to do.

--feedback--

The question does not ask about preferences or likes.


The time she works.

--feedback--

The question does not concern the time of work.


Where she typically does her work.


Who she works with.

--feedback--

The question is about a place, not about the people she works with.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 24.78,
      "finishTimestamp": 26.26
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "Where does she usually work from?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.98
    }
  ]
}