Back to Freecodecamp

Task 86

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655b2aa6807cae6273ca23fb.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: Wow! Do you rest at home on Fridays at least? Maria: Not at all. I leave the weekends for that. On Fridays, I like to hang out with friends. -->

--description--

Listen to the dialogue and answer the question below.

--questions--

--text--

How does Maria respond to Brian's question about resting at home on Fridays?

--answers--

She stays home and relaxes on Fridays.

--feedback--

Maria saves rest for the weekends.


She usually works late on Fridays.

--feedback--

Maria's response doesn't mention working late.


She goes out on Fridays and rests on the weekends.


She spends Fridays with her theater group.

--feedback--

Maria doesn't mention her theater group in her response about Friday activities.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 39.82,
      "finishTimestamp": 47.60
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "Wow! Do you rest at home on Fridays at least?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.78
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 3.78
    },
    {
      "character": "Maria",
      "startTime": 4.16,
      "finishTime": 8.78,
      "dialogue": {
        "text": "Not at all. I leave the weekends for that. On Fridays, I like to hang out with friends.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.28
    }
  ]
}