Back to Freecodecamp

Task 13

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Got it. What else should I include in my README? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie asking for in her statement?

--answers--

Sophie is confirming that she will include everything in the README.

--feedback--

Sophie's statement is not a confirmation, but a request for more information about what to include.


Sophie is asking for a detailed explanation of a README file.

--feedback--

While she's asking about the README file, her question is specifically about additional content to include, not a detailed explanation of the README itself.


Sophie is asking for approval of her README content.

--feedback--

Sophie's question isn't about seeking approval; it's about asking what other information she should add.


Sophie is asking for suggestions on what additional information to include in the README.

--video-solution--

4

--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": 18.72,
      "finishTimestamp": 20.8
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "Got it. What else should I include in my README?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.58
    }
  ]
}