Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65ddb38c14e76d317c6128e6.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Hey Brian, I've been assigned to work on this project, and I'm not sure where to start. -->

--description--

The word assign means to give someone a particular task or responsibility. For example, when your manager gives you a task, they are assigning work for you to do.

--fillInTheBlank--

--sentence--

Hey Brian, I've been BLANK to work on this BLANK, and I'm not sure BLANK to BLANK.

--blanks--

assigned

--feedback--

Sophie uses this word to indicate that she was given a specific task or project to work on.


project

--feedback--

Sophie is referring to a specific task or piece of work she needs to undertake.


where

--feedback--

Sophie is expressing uncertainty about the starting point of her task.


start

--feedback--

Sophie is looking for a beginning or initial step in her new assignment.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.94
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Hey, Brian, I've been assigned to work on this project, and I'm not sure where to start.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}