Back to Freecodecamp

Task 58

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: That's so true. I'm a bit inactive, sitting all the time. -->

--description--

People sometimes describe how active or inactive they are during their daily routines. In this case, Sophie is commenting on her own activity level at work.

--questions--

--text--

How does Sophie describe her activity level when she's working?

--answers--

active

--feedback--

Sophie comments on how much she sits during work. Which word would best describe someone who sits a lot?


alternative

--feedback--

Sophie comments on how much she sits during work. Which word would best describe someone who sits a lot?


inactive


commenting

--feedback--

Sophie comments on how much she sits during work. Which word would best describe someone who sits a lot?

--video-solution--

3

--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": 23.22,
      "finishTimestamp": 26.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "That's so true. I'm a bit inactive sitting all the time.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}