Back to Freecodecamp

Task 60

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: This is a good alternative for me. -->

--description--

When faced with a situation or habit that is not ideal, people often look for an alternative. In this context, Sophie is discussing a better option for her compared to her usual routine.

--fillInTheBlank--

--sentence--

BLANK is a good BLANK for me.

--blanks--

This

--feedback--

This word refers to something Sophie just mentioned. The first letter is capitalized.


alternative

--feedback--

This noun refers to another choice or option that you can use instead.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 26.78,
      "finishTimestamp": 28.62
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "This is a good alternative for me.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}