Back to Freecodecamp

Task 13

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

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

--description--

So far is used to indicate the time up to the present moment or up to a certain point.

Maria is asking Tom about his feelings or impressions of California from the time he arrived up until now.

--fillInTheBlank--

--sentence--

Welcome aboard, Tom. How do you like California BLANK?

--blanks--

so far

--feedback--

These two words refer to a period of time up to the present moment.

--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
    }
  ]
}