Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e44316a7b8161437a7853.md

latest1.1 KB
Original Source
<!-- (audio) Sophie: I see. Anything else on your checklist? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. BLANK else on your checklist?

--blanks--

Anything

--feedback--

This word is used to ask about additional or unspecified items or tasks. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.98,
      "finishTimestamp": 26.10
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "I see. Anything else on your checklist?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.62
    }
  ]
}