Back to Freecodecamp

Task 2

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

latest1.5 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--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie not sure about?

--answers--

What the project is about

--feedback--

Sophie knows she has a project to work on; she's uncertain about something else.


Who she is working with

--feedback--

Sophie's concern isn't mentioned about who she's working with, but about another aspect of the project.


Where to start with the project


When the project is due

--feedback--

Sophie's uncertainty isn't about the project's deadline but about how to begin her work.

--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": "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
    }
  ]
}