Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e11ce088244825548e702.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: During the day, I work on coding, test the websites, and debug issues. -->

--description--

Understanding specific vocabulary related to a profession, like web development, is crucial.

Terms like coding, testing the websites, and debugging issues are common in this field.

Coding refers to writing computer code, testing websites means checking if a website works correctly, and debugging is about finding and fixing errors in the code.

--questions--

--text--

What is one of Sophie's tasks during her workday?

--answers--

Designing posters.

--feedback--

Poster designing is not mentioned in the context of web development tasks.


Writing reports.

--feedback--

Sophie talks about programming tasks, not writing reports.


Testing websites.


Making phone calls.

--feedback--

Making phone calls is not listed among Sophie's web development tasks.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 31.92,
      "finishTimestamp": 35.92
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.0,
      "dialogue": {
        "text": "During the day, I work on coding, test the websites, and debug issues.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.50
    }
  ]
}