Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655b69293e6e9480ed5f6624.md

latest2.0 KB
Original Source
<!-- (Audio) Sophie: I'm helping our team learn how to stay safe online. We're taking some lessons and practicing what to do if someone tries to steal our identity. -->

--description--

In the context Sophie is speaking, to take refers to participating in a particular experience, like a lesson or a course. Here are more examples:

  • I'm taking a course in cybersecurity. - This means you are participating in a cybersecurity course.

  • She is taking Python classes. - She is learning to use Python by attending a course.

  • They are taking a break. - They are spending time resting or not working.

--questions--

--text--

Why is Sophie's team taking lessons?

--answers--

To take a break from work.

--feedback--

They are not taking a break from work.


To improve their computer skills.

--feedback--

While improving computer skills might be part of it, the main focus here is another thing.


To learn how to stay safe online.


For fun.

--feedback--

The context suggests a serious purpose.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 15.20,
      "finishTimestamp": 21.74
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "I'm helping our team learn how to stay safe online.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.8,
      "finishTime": 7.54,
      "dialogue": {
        "text": "We're taking some lessons and practicing what to do if someone tries to steal our identity.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}