Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65816188f69f4731f852414b.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: Hi, Tom. You look a bit down these days. Is everything okay? -->

--description--

When someone says you look down, it means they think you seem sad or unhappy. It's like when someone can tell you're not your usual self because of your face or how you act.

These days means the current period of time or recently. If you say, It's been raining a lot these days, you mean it has rained a lot recently.

In this conversation, Alice notices something about Tom's mood and asks if he's okay.

--fillInTheBlank--

--sentence--

Hi, Tom. You look a bit BLANK BLANK days. Is everything okay?

--blanks--

down

--feedback--

This word is used to describe feeling sad or unhappy. It's like when you're not feeling like your usual happy self.


these

--feedback--

This word is used with days to talk about the current time or the recent period.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.98,
      "finishTimestamp": 4.58
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.60,
      "dialogue": {
        "text": "Hi, Tom. You look a bit down these days. Is everything okay?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.10
    }
  ]
}