Back to Freecodecamp

Task 93

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Hey, Brian. TGIF, right? Do you have any plans for the weekend? -->

--description--

TGIF stands for Thank God It's Friday, a common expression used to express happiness that the work week is ending and the weekend is near.

--questions--

--text--

What is Sophie's intention in asking Brian about his weekend plans?

--answers--

She is just making polite conversation about the weekend.


She wants to invite Brian to a work-related event on the weekend.

--feedback--

Sophie doesn't talk about work events.


She is asking because she needs help with her weekend work.

--feedback--

She is not interested in work-related help.


She is curious about Brian's professional plans for Monday.

--feedback--

The focus is not professional plans for the following week.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 3.64
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Hey, Brian. TGIF, right? Do you have any plans for the weekend?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}