Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663a6406c05b04b6affb427a.md

latest1.3 KB
Original Source
<!-- (Audio) Sophie: He also likes wearing a scarf or something. -->

--description--

A scarf (scarves in the plural) is a long piece of cloth that you wrap around your neck to keep warm. People also wear scarves to make their outfits look nicer. They come in many colors and materials.

--fillInTheBlank--

--sentence--

He also likes wearing a BLANK or something.

--blanks--

scarf

--feedback--

An accessory you normally wear around your neck to keep warm.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.22,
      "finishTimestamp": 24.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "He also likes wearing a scarf or something.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}