Back to Freecodecamp

Task 61

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

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

--description--

An alternative refers to another option or solution that is different from the one currently in use or being considered.

--questions--

--text--

What does alternative mean in the dialogue?

--answers--

The same choice

--feedback--

An alternative means a different choice, not the same one.


A different option or choice


The only option

--feedback--

Alternative suggests there are other options available, not just one.


A mistake

--feedback--

This doesn't relate to the context of the dialogue or the meaning of alternative.

--video-solution--

2

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