Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617569f81323494d7c80fa4.md

latest1.3 KB
Original Source
<!-- (Audio) Sophie: Also, I think the font choice needs improvement. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Also, I think the font BLANK needs BLANK.

--blanks--

choice

--feedback--

It refers to the selection or decision regarding the font used in the project.


improvement

--feedback--

It indicates that Sophie believes the current font selection can be enhanced or made better.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.76,
      "finishTimestamp": 16.26
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Also, I think the font choice needs improvement.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4
    }
  ]
}