Back to Freecodecamp

Task 85

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

latest2.2 KB
Original Source
<!-- (Audio) Brian: How about Thursdays? Maria: Thursdays are for watching shows. I look for live concerts or theater plays. It's my favorite time to relax. -->

--description--

Thursdays are for... is a way to show a special purpose or activity that someone usually does on that day. It connects the day of the week with a regular habit. For example:

Sundays are for resting. - This means that Sunday is the day the person usually rests.

--questions--

--text--

What does Maria do on Thursdays?

--answers--

She attends a cooking class.

--feedback--

That's not what Maria does on Thursdays.


She goes out for dinner with friends.

--feedback--

That's not what Maria does on Thursdays.


She watches live concerts or theater plays.


She practices for her theater group.

--feedback--

Maria's practice with the theater group is on Wednesdays.

--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": 31.94,
      "finishTimestamp": 39.34
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "How about Thursdays?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.56
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 2.56
    },
    {
      "character": "Maria",
      "startTime": 2.78,
      "finishTime": 8.40,
      "dialogue": {
        "text": "Thursdays are for watching shows. I look for live concerts or theater plays. It's my favorite time to relax.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.90
    }
  ]
}