Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/65529784e7cb6e24eb03a1af.md

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Maria: Welcome aboard, Tom. How do you like California so far? -->

--description--

When you want to ask someone for their opinion or feelings about something, especially a place or an experience, you can use the question How do you like...?.

Maria is asking Tom about his impressions of California.

--fillInTheBlank--

--sentence--

Welcome aboard, Tom. How do you BLANK California so far?

--blanks--

like

--feedback--

This verb refers to a way of asking someone's opinion or feelings about something.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": 50, "y": 0, "z": 1.5 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.46,
      "finishTimestamp": 11.85
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.89,
      "dialogue": {
        "text": "Welcome aboard, Tom. How do you like California so far?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.39
    }
  ]
}