Back to Freecodecamp

Task 2

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Hey, James. What's your cybersecurity project about? -->

--description--

What is often used to ask for specific information. It can ask about things, actions, or details that someone wants to know. For example:

  • What time is the meeting? - This asks for the exact time of the meeting.

  • What do you usually have for lunch? - This asks for details about someone's routine.

So, what helps you get clear answers when you want to know something specific.

--questions--

--text--

What does Sophie want to know from James?

--answers--

How James is doing.

--feedback--

Sophie is not asking about his personal well-being.


Why James chose his project.

--feedback--

Sophie is not asking the reason he chose this project.


Where James works.

--feedback--

Sophie is not asking where James works.


What James' cybersecurity project is about.

--video-solution--

4

--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": 0.60,
      "finishTimestamp": 3.28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "Hey, James. What's your cybersecurity project about?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}